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,
|
||||
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',
|
||||
title: gettext('Hosts'),
|
||||
@ -213,6 +204,15 @@ Ext.define('PVE.node.Config', {
|
||||
nodename: nodename,
|
||||
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',
|
||||
title: gettext('Time'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user