Merge branch 'ent-9046-mover-setup-edit-os-a-resources-operating-systems' into 'develop'
Ent 9046 mover setup edit os a resources operating systems See merge request artica/pandorafms!5068
This commit is contained in:
commit
56e2648c59
|
@ -111,6 +111,9 @@ if ($access_console_node === true) {
|
||||||
|
|
||||||
$sub['godmode/groups/modu_group_list']['text'] = __('Module groups');
|
$sub['godmode/groups/modu_group_list']['text'] = __('Module groups');
|
||||||
$sub['godmode/groups/modu_group_list']['id'] = 'Module groups';
|
$sub['godmode/groups/modu_group_list']['id'] = 'Module groups';
|
||||||
|
|
||||||
|
$sub['godmode/setup/os']['text'] = __('Operating systems');
|
||||||
|
$sub['godmode/setup/os']['id'] = 'Edit OS';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((bool) check_acl($config['id_user'], 0, 'AW') === true) {
|
if ((bool) check_acl($config['id_user'], 0, 'AW') === true) {
|
||||||
|
@ -380,8 +383,6 @@ if ($access_console_node === true) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$sub['general']['sub2'] = $sub2;
|
$sub['general']['sub2'] = $sub2;
|
||||||
$sub['godmode/setup/os']['text'] = __('Edit OS');
|
|
||||||
$sub['godmode/setup/os']['id'] = 'Edit OS';
|
|
||||||
$sub['godmode/setup/license']['text'] = __('License');
|
$sub['godmode/setup/license']['text'] = __('License');
|
||||||
$sub['godmode/setup/license']['id'] = 'License';
|
$sub['godmode/setup/license']['id'] = 'License';
|
||||||
|
|
||||||
|
|
|
@ -208,7 +208,7 @@ if ($is_management_allowed === true) {
|
||||||
|
|
||||||
$buttons[$tab]['active'] = true;
|
$buttons[$tab]['active'] = true;
|
||||||
|
|
||||||
$headerTitle = ($tab === 'builder') ? __('Edit OS') : __('List of OS');
|
$headerTitle = ($tab === 'builder') ? __('Edit OS') : __('List of Operating Systems');
|
||||||
|
|
||||||
if (is_metaconsole() === false) {
|
if (is_metaconsole() === false) {
|
||||||
// Header.
|
// Header.
|
||||||
|
|
Loading…
Reference in New Issue