mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-28 19:45:45 +08:00
将资源配额记录到数据库
This commit is contained in:
@@ -9,12 +9,7 @@ module.exports =
|
||||
|
||||
action: action
|
||||
service: service
|
||||
monitor: monitor
|
||||
|
||||
panel_widgets: [
|
||||
service.widget
|
||||
]
|
||||
|
||||
resources: [
|
||||
'storage', 'transfer', 'cpu', 'memory', 'diskio'
|
||||
]
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
module.exports =
|
||||
storage:
|
||||
interval: '6h'
|
||||
callback: ->
|
||||
@@ -9,8 +9,6 @@ module.exports =
|
||||
throw err if err
|
||||
callback()
|
||||
|
||||
pause: (account, callback) ->
|
||||
|
||||
delete: (account, callback) ->
|
||||
async.series [
|
||||
(callback) ->
|
||||
|
||||
Reference in New Issue
Block a user