rename wks to workers
This commit is contained in:
parent
257a981c7a
commit
581bc02b44
@ -38,7 +38,7 @@ module.exports = function(logger){
|
||||
'getting_started.html': 'getting_started',
|
||||
'stats.html': 'stats',
|
||||
'tbs.html': 'tbs',
|
||||
'wks.html': 'wks',
|
||||
'workers.html': 'workers',
|
||||
'api.html': 'api',
|
||||
'admin.html': 'admin',
|
||||
'mining_key.html': 'mining_key'
|
||||
|
||||
@ -51,8 +51,8 @@
|
||||
Tab Stats
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{? it.selected === 'wks' }}pure-menu-selected{{?}}">
|
||||
<a class="hot-swapper" href="/wks">
|
||||
<li class="{{? it.selected === 'workers' }}pure-menu-selected{{?}}">
|
||||
<a class="hot-swapper" href="/workers">
|
||||
<i class="fa fa-cogs"></i>
|
||||
Workers Stats
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user