mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-21 06:34:58 +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',
|
onlineHelp: 'pvesdn_config_controllers',
|
||||||
|
|
||||||
initComponent: function() {
|
items: [
|
||||||
var me = this;
|
|
||||||
|
|
||||||
me.items = [
|
|
||||||
{
|
{
|
||||||
xtype: 'pveSDNControllerView',
|
xtype: 'pveSDNControllerView',
|
||||||
title: gettext('Controllers'),
|
title: gettext('Controllers'),
|
||||||
border: 0,
|
flex: 1,
|
||||||
collapsible: true,
|
|
||||||
padding: '0 0 20 0',
|
padding: '0 0 20 0',
|
||||||
|
border: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pveSDNIpamView',
|
xtype: 'pveSDNIpamView',
|
||||||
title: 'IPAMs',
|
title: 'IPAMs',
|
||||||
border: 0,
|
flex: 1,
|
||||||
collapsible: true,
|
|
||||||
padding: '0 0 20 0',
|
padding: '0 0 20 0',
|
||||||
|
border: 0,
|
||||||
}, {
|
}, {
|
||||||
xtype: 'pveSDNDnsView',
|
xtype: 'pveSDNDnsView',
|
||||||
flex: 1,
|
|
||||||
collapsible: true,
|
|
||||||
title: 'DNS',
|
title: 'DNS',
|
||||||
|
flex: 1,
|
||||||
border: 0,
|
border: 0,
|
||||||
}];
|
},
|
||||||
|
],
|
||||||
me.callParent();
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user