File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
public/templates/test/account/workers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 37
37
<th align =" center" >Active</th >
38
38
{ if $GLOBAL .config.disable_notifications != 1} <th align =" center" >Monitor</th >{ /if }
39
39
<th align =" right" >Khash/s</th >
40
+ <th align =" right" >Difficulty</th >
40
41
<th align =" center" style =" padding-right : 25px ;" >Action</th >
41
42
</tr >
42
43
</thead >
59
60
</td >
60
61
{ /if }
61
62
<td align =" right" >{ $WORKERS [worker].hashrate|number_format} </td >
63
+ <td align =" right" >{ $WORKERS [worker].difficulty|number_format:" 2" } </td >
62
64
<td align =" center" style =" padding-right : 25px ;" ><a href =" { $smarty .server.PHP_SELF} ?page={ $smarty .request.page|escape } &action={ $smarty .request.action|escape } &do=delete&id={ $WORKERS [worker].id|escape } " class =" icn_trash" ><i class =" icon-trash" /></a ></td >
63
65
</tr >
64
66
{ /section }
You can’t perform that action at this time.
0 commit comments