mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 23:36:58 +00:00
ui: move new node options below hosts entry
avoid splitting the related DNS and Hosts settings in the middle Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5837726350
commit
1992003e00
@ -195,15 +195,6 @@ Ext.define('PVE.node.Config', {
|
|||||||
nodename: nodename,
|
nodename: nodename,
|
||||||
onlineHelp: 'sysadmin_network_configuration',
|
onlineHelp: 'sysadmin_network_configuration',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
xtype: 'proxmoxNodeOptionsView',
|
|
||||||
title: gettext('Options'),
|
|
||||||
iconCls: 'fa fa-gear',
|
|
||||||
groups: ['services'],
|
|
||||||
itemId: 'options',
|
|
||||||
nodename: nodename,
|
|
||||||
onlineHelp: 'proxmox_node_management',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxNodeHostsView',
|
xtype: 'proxmoxNodeHostsView',
|
||||||
title: gettext('Hosts'),
|
title: gettext('Hosts'),
|
||||||
@ -213,6 +204,15 @@ Ext.define('PVE.node.Config', {
|
|||||||
nodename: nodename,
|
nodename: nodename,
|
||||||
onlineHelp: 'sysadmin_network_configuration',
|
onlineHelp: 'sysadmin_network_configuration',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxNodeOptionsView',
|
||||||
|
title: gettext('Options'),
|
||||||
|
iconCls: 'fa fa-gear',
|
||||||
|
groups: ['services'],
|
||||||
|
itemId: 'options',
|
||||||
|
nodename: nodename,
|
||||||
|
onlineHelp: 'proxmox_node_management',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxNodeTimeView',
|
xtype: 'proxmoxNodeTimeView',
|
||||||
title: gettext('Time'),
|
title: gettext('Time'),
|
||||||
|
Loading…
Reference in New Issue
Block a user