1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00

add stop support

This commit is contained in:
2019-04-18 17:24:36 +08:00
parent d23fa19649
commit dbfe0c5bb7
6 changed files with 43 additions and 48 deletions

View File

@@ -69,6 +69,8 @@ function init_accessMap()
/* job */
'job.list' => array('root', 'admin', 'developer', 'normal'),
'job.submit' => array('root', 'admin', 'developer', 'normal'),
'job.stop' => array('root', 'admin', 'developer', 'normal'),
'job.stop_others' => array('root', 'admin', 'developer', 'normal'),
/* system */
'system.summary' => array('root', 'admin', 'developer', 'normal'),