fixbugs in shadowsocks

This commit is contained in:
jysperm
2014-11-18 00:41:11 +08:00
parent f9cb920d61
commit fe5096c5ed
14 changed files with 94 additions and 80 deletions

View File

@@ -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'

View File

@@ -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')