mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
29 lines
504 B
CoffeeScript
29 lines
504 B
CoffeeScript
ifEnabled('supervisor') 'plugin/supervisor', ->
|
|
describe 'router', ->
|
|
it 'POST update_program'
|
|
|
|
it 'GET program_config'
|
|
|
|
it 'POST program_control'
|
|
|
|
describe 'programSummary', ->
|
|
it 'pending'
|
|
|
|
describe 'writeConfig', ->
|
|
it 'pending'
|
|
|
|
describe 'programStatus', ->
|
|
it 'pending'
|
|
|
|
describe 'updateProgram', ->
|
|
it 'pending'
|
|
|
|
describe 'programControl', ->
|
|
it 'pending'
|
|
|
|
describe 'removeConfig', ->
|
|
it 'pending'
|
|
|
|
describe 'removePrograms', ->
|
|
it 'pending'
|