mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
update, add virtual cluster management
This commit is contained in:
parent
46d14c7522
commit
3165c12fcf
@ -86,6 +86,12 @@ function init_accessMap()
|
||||
'workspace.update' => array('root', 'admin', 'normal'),
|
||||
'workspace.remove' => array('root', 'admin', 'normal'),
|
||||
|
||||
/* cluster */
|
||||
'cluster.list' => array('root', 'admin', 'normal'),
|
||||
'cluster.add' => array('root', 'admin'),
|
||||
'cluster.update' => array('root', 'admin'),
|
||||
'cluster.remove' => array('root', 'admin'),
|
||||
|
||||
/* ucenter entry show control */
|
||||
'ucenter.home' => array('root', 'admin', 'developer', 'normal'),
|
||||
'ucenter.jobs' => array('root', 'admin', 'developer', 'normal'),
|
||||
|
Loading…
Reference in New Issue
Block a user