Wallet balnce email #69
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) {
|
.lbry-channel-table tr *:nth-child(3), .lbry-channel-table tr *:nth-child(4) {
|
||||||
/* text-align: right; */
|
/* text-align: right; */
|
||||||
}
|
}
|
||||||
|
|
|
@ -255,6 +255,7 @@ class LBRY_Admin
|
||||||
{
|
{
|
||||||
$channel_list = LBRY()->daemon->channel_list();
|
$channel_list = LBRY()->daemon->channel_list();
|
||||||
if ( $channel_list ) { ?>
|
if ( $channel_list ) { ?>
|
||||||
|
|
||||||
<table class="lbry-channel-table">
|
<table class="lbry-channel-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -302,6 +303,7 @@ class LBRY_Admin
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<p>Looks like you haven't added any channels yet, feel free to do so below:</p>
|
<p>Looks like you haven't added any channels yet, feel free to do so below:</p>
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue