mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-11 22:19:13 +08:00
16 lines
260 B
CoffeeScript
16 lines
260 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
monitor = require './monitor'
|
|
|
|
module.exports =
|
|
name: 'phpfpm'
|
|
type: 'service'
|
|
version: '0.1.0'
|
|
|
|
action: action
|
|
service: service
|
|
monitor: monitor
|
|
|
|
panel_widget:
|
|
content: action.widget
|