Update default.tpl
add center span
This commit is contained in:
parent
805fca23a1
commit
af94ba00fd
@ -50,10 +50,12 @@
|
|||||||
<td align="center"><img src="{$PATH}/images/{if $WORKERS[worker].hashrate > 0}icn_alert_success{else}icn_alert_error{/if}.png" /></td>
|
<td align="center"><img src="{$PATH}/images/{if $WORKERS[worker].hashrate > 0}icn_alert_success{else}icn_alert_error{/if}.png" /></td>
|
||||||
{if $GLOBAL.config.disable_notifications != 1}
|
{if $GLOBAL.config.disable_notifications != 1}
|
||||||
<td>
|
<td>
|
||||||
|
<span class="toggle">
|
||||||
<label for="data[{$WORKERS[worker].id}][monitor]">
|
<label for="data[{$WORKERS[worker].id}][monitor]">
|
||||||
<input type="checkbox" class="ios-switch" name="data[{$WORKERS[worker].id}][monitor]" value="1" id="data[{$WORKERS[worker].id}][monitor]" {if $WORKERS[worker].monitor}checked{/if} />
|
<input type="checkbox" class="ios-switch" name="data[{$WORKERS[worker].id}][monitor]" value="1" id="data[{$WORKERS[worker].id}][monitor]" {if $WORKERS[worker].monitor}checked{/if} />
|
||||||
<div class="switch"></div>
|
<div class="switch"></div>
|
||||||
</label>
|
</label>
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
{/if}
|
{/if}
|
||||||
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>
|
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user