Wallet balnce email (#69)
This commit is contained in:
parent
9acd398393
commit
caa3b2e420
2 changed files with 3 additions and 1 deletions
|
@ -120,4 +120,4 @@ table.lbry-channel-table {
|
|||
}
|
||||
.lbry-channel-table tr *:nth-child(3), .lbry-channel-table tr *:nth-child(4) {
|
||||
/* text-align: right; */
|
||||
}
|
||||
}
|
||||
|
|
|
@ -255,6 +255,7 @@ class LBRY_Admin
|
|||
{
|
||||
$channel_list = LBRY()->daemon->channel_list();
|
||||
if ( $channel_list ) { ?>
|
||||
|
||||
<table class="lbry-channel-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -302,6 +303,7 @@ class LBRY_Admin
|
|||
<?php } else { ?>
|
||||
<p>Looks like you haven't added any channels yet, feel free to do so below:</p>
|
||||
<?php }
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue