From d2f4a7ea4270eed0ea8a4895be2c064007ebfe8c Mon Sep 17 00:00:00 2001 From: liyang Date: Wed, 7 Aug 2024 16:57:22 +0800 Subject: [PATCH] + [task#125048] Show host view. --- module/group/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/group/config.php b/module/group/config.php index 4ee481ca95..ebda282c91 100644 --- a/module/group/config.php +++ b/module/group/config.php @@ -84,6 +84,6 @@ $config->group->actionList['delete']['hint'] = $lang->group->delete; $config->group->actionList['delete']['url'] = 'javascript:confirmDelete("{id}", "{name}")'; $config->group->hiddenPriv = array('system-dashboard', 'store-browse', 'store-appView', 'space-getStoreAppInfo', 'system-dblist', 'system-configdomain', 'system-ossview'); -$config->group->showNodePriv = array('create', 'edit', 'instruction', 'destroy'); +$config->group->showNodePriv = array('browse', 'create', 'edit', 'view', 'instruction', 'destroy'); include 'packagemanager.php';