mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
admin: allow to show workers on hidden coins
This commit is contained in:
parent
4ccd8248bd
commit
5cf1a94dac
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ foreach($algos as $a) {
|
|||
else
|
||||
$algo_opts .= "<option value='$a'>$a</option>";
|
||||
}
|
||||
if (!strstr($algo_opts, 'selected') && $this->admin) {
|
||||
$algo_opts = "<option value=\"$algo\" selected>$algo</option>" . $algo_opts;
|
||||
}
|
||||
|
||||
echo <<<end
|
||||
<div align="right" style="margin-top: -14px; margin-bottom: -6px; margin-right: 140px;">
|
||||
|
|
Loading…
Add table
Reference in a new issue