Wallet balnce email (#69)

This commit is contained in:
Lemuel Smyth 2022-02-19 15:08:05 -06:00 committed by GitHub
parent 9acd398393
commit caa3b2e420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }
}
/**