mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-21 07:18:08 +00:00
ui: sdn: options: flex all and drop collapsible
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c155b2b4ab
commit
c35bbd6ef7
@ -11,31 +11,25 @@ Ext.define('PVE.sdn.Options', {
|
||||
|
||||
onlineHelp: 'pvesdn_config_controllers',
|
||||
|
||||
initComponent: function() {
|
||||
var me = this;
|
||||
|
||||
me.items = [
|
||||
items: [
|
||||
{
|
||||
xtype: 'pveSDNControllerView',
|
||||
title: gettext('Controllers'),
|
||||
border: 0,
|
||||
collapsible: true,
|
||||
flex: 1,
|
||||
padding: '0 0 20 0',
|
||||
border: 0,
|
||||
},
|
||||
{
|
||||
xtype: 'pveSDNIpamView',
|
||||
title: 'IPAMs',
|
||||
border: 0,
|
||||
collapsible: true,
|
||||
flex: 1,
|
||||
padding: '0 0 20 0',
|
||||
border: 0,
|
||||
}, {
|
||||
xtype: 'pveSDNDnsView',
|
||||
flex: 1,
|
||||
collapsible: true,
|
||||
title: 'DNS',
|
||||
flex: 1,
|
||||
border: 0,
|
||||
}];
|
||||
|
||||
me.callParent();
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user