src/api2/node: start node configuration api

This commit is contained in:
Dietmar Maurer
2019-01-23 13:05:32 +01:00
parent d15009c0ce
commit b2b3485d5f
7 changed files with 106 additions and 6 deletions

View File

@ -31,23 +31,24 @@ Ext.define('PBS.SystemConfiguration', {
title: gettext('Interfaces'),
xtype: 'proxmoxNodeNetworkView',
types: ['bond'],
nodename: Proxmox.NodeName
nodename: 'localhost'
},
{
title: gettext('DNS'),
xtype: 'proxmoxNodeDNSView',
nodename: Proxmox.NodeName
nodename: 'localhost'
},
{
title: gettext('Time'),
xtype: 'proxmoxNodeTimeView',
nodename: Proxmox.NodeName
nodename: 'localhost'
}
]
// },
// {
// itemId: 'options',
// title: gettext('Options'),
// title: gettext('Options'),
// html: "TESWT"
// xtype: 'pbsSystemOptions'
}
],