mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-23 19:21:04 +08:00
15 lines
244 B
CoffeeScript
15 lines
244 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'nginx'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
panel:
|
|
widget: service.widget
|
|
script: '/script/panel.js'
|
|
style:'/style/panel.css'
|