From 3165c12fcf366f9ef1924000d29fb8ba450a9f98 Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 30 Jul 2019 15:55:12 +0800 Subject: [PATCH] update, add virtual cluster management --- init.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.inc.php b/init.inc.php index 2c14bfc..61d79ca 100644 --- a/init.inc.php +++ b/init.inc.php @@ -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'),