mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-29 16:48:02 +08:00
14 lines
213 B
CoffeeScript
14 lines
213 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'ssh'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
panel:
|
|
widget: service.widget
|
|
script: '/script/panel.js'
|