mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
ui: show next payout eta as tooltip
This commit is contained in:
parent
72dd1432e6
commit
b8e114d3d5
1 changed files with 3 additions and 1 deletions
|
@ -126,8 +126,10 @@ function showPageHeader()
|
|||
|
||||
$mining = getdbosql('db_mining');
|
||||
$nextpayment = date('H:i T', $mining->last_payout+YAAMP_PAYMENTS_FREQ);
|
||||
$eta = ($mining->last_payout+YAAMP_PAYMENTS_FREQ) - time();
|
||||
$eta_mn = 'in '.round($eta / 60).' minutes';
|
||||
|
||||
echo '<span style="font-size: .8em;">Next Payout: '.$nextpayment.'</span>';
|
||||
echo '<span id="nextpayout" style="font-size: .8em;" title="'.$eta_mn.'">Next Payout: '.$nextpayment.'</span>';
|
||||
|
||||
echo "</div>";
|
||||
echo "</div>";
|
||||
|
|
Loading…
Add table
Reference in a new issue