mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-25 20:25:30 +08:00
fixbugs in shadowsocks
This commit is contained in:
@@ -11,7 +11,6 @@ linux = require './linux'
|
||||
monitor = require './monitor'
|
||||
|
||||
exports.registerHook 'view.layout.menu_bar',
|
||||
always_notice: true
|
||||
href: '/public/monitor/'
|
||||
t_body: 'plugins.linux.server_monitor'
|
||||
|
||||
|
||||
@@ -25,7 +25,3 @@ mixin displayProgressBar(now, limit, unit)
|
||||
td= t('widget.storage')
|
||||
td
|
||||
mixin displayProgressBar(usage.storage, limit.storage, 'M')
|
||||
tr
|
||||
td= t('widget.month_transfer')
|
||||
td
|
||||
mixin displayProgressBar(0, limit.transfer, 'G')
|
||||
|
||||
Reference in New Issue
Block a user