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',
|
'getting_started.html': 'getting_started',
|
||||||
'stats.html': 'stats',
|
'stats.html': 'stats',
|
||||||
'tbs.html': 'tbs',
|
'tbs.html': 'tbs',
|
||||||
'wks.html': 'wks',
|
'workers.html': 'workers',
|
||||||
'api.html': 'api',
|
'api.html': 'api',
|
||||||
'admin.html': 'admin',
|
'admin.html': 'admin',
|
||||||
'mining_key.html': 'mining_key'
|
'mining_key.html': 'mining_key'
|
||||||
|
|||||||
@ -51,8 +51,8 @@
|
|||||||
Tab Stats
|
Tab Stats
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{{? it.selected === 'wks' }}pure-menu-selected{{?}}">
|
<li class="{{? it.selected === 'workers' }}pure-menu-selected{{?}}">
|
||||||
<a class="hot-swapper" href="/wks">
|
<a class="hot-swapper" href="/workers">
|
||||||
<i class="fa fa-cogs"></i>
|
<i class="fa fa-cogs"></i>
|
||||||
Workers Stats
|
Workers Stats
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user