mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-11-03 04:01:51 +00:00
ui: network: code cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2e6fdef087
commit
82b8bfb053
@ -1,12 +1,21 @@
|
||||
Ext.define('proxmox-networks', {
|
||||
extend: 'Ext.data.Model',
|
||||
fields: [
|
||||
'iface', 'type', 'active', 'autostart',
|
||||
'bridge_ports', 'slaves',
|
||||
'address', 'netmask', 'gateway',
|
||||
'address6', 'netmask6', 'gateway6',
|
||||
'cidr', 'cidr6',
|
||||
'comments'
|
||||
'active',
|
||||
'address',
|
||||
'address6',
|
||||
'autostart',
|
||||
'bridge_ports',
|
||||
'cidr',
|
||||
'cidr6',
|
||||
'comments',
|
||||
'gateway',
|
||||
'gateway6',
|
||||
'iface',
|
||||
'netmask',
|
||||
'netmask6',
|
||||
'slaves',
|
||||
'type',
|
||||
],
|
||||
idProperty: 'iface'
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user