[PREP] #1922
This commit is contained in:
parent
62a9672194
commit
8831dadbc0
@ -42,7 +42,7 @@
|
||||
<th class="smallwidth">Worker Login</th>
|
||||
<th class="smallwidth">Worker Password</th>
|
||||
<th class="text-center">Active</th>
|
||||
{if $GLOBAL.config.disable_notifications != 1}<th>Monitor</th>{/if}
|
||||
{if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}<th>Monitor</th>{/if}
|
||||
<th class="text-right">Khash/s</th>
|
||||
<th class="text-right">Difficulty</th>
|
||||
<th class="text-center">Action</th>
|
||||
@ -61,7 +61,7 @@
|
||||
</td>
|
||||
<td><input class="form-control" type="text" name="data[{$WORKERS[worker].id}][password]" value="{$WORKERS[worker].password|escape}" size="10" required></td>
|
||||
<td class="text-center"><i class="fa fa-{if $WORKERS[worker].hashrate > 0}check{else}times{/if} fa-fw"></i></td>
|
||||
{if $GLOBAL.config.disable_notifications != 1}
|
||||
{if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}
|
||||
<td>
|
||||
<input type="hidden" name="data[{$WORKERS[worker].id}][monitor]" value="0" />
|
||||
<input type="checkbox" class="switch" data-size="small" name="data[{$WORKERS[worker].id}][monitor]" id="data[{$WORKERS[worker].id}][monitor]" value="1" {if $WORKERS[worker].monitor}checked{/if}/>
|
||||
@ -83,4 +83,4 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<th>Worker Name</th>
|
||||
<th>Password</th>
|
||||
<th>Active</th>
|
||||
{if $GLOBAL.config.disable_notifications != 1}<th>Monitor</th>{/if}
|
||||
{if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}<th>Monitor</th>{/if}
|
||||
<th>Khash/s</th>
|
||||
<th>Difficulty</th>
|
||||
<th style="padding-right: 25px;">Avg Difficulty</th>
|
||||
@ -40,7 +40,7 @@
|
||||
<td>{$WORKERS[worker].username|escape}</td>
|
||||
<td>{$WORKERS[worker].password|escape}</td>
|
||||
<td><i class="icon-{if $WORKERS[worker].hashrate > 0}ok{else}cancel{/if}"></i></td>
|
||||
{if $GLOBAL.config.disable_notifications != 1}
|
||||
{if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}
|
||||
<td><i class="icon-{if $WORKERS[worker].monitor}ok{else}cancel{/if}"></i></td>
|
||||
{/if}
|
||||
<td>{$WORKERS[worker].hashrate|number_format|default:"0"}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user