Wallet balnce email #69

Merged
lemsmyth merged 14 commits from wallet-balnce-email into master 2022-02-19 22:08:06 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -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; */
}
}

View file

@ -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 }
}
/**