ui: config: move node ops (http-proxy) into existing "Authentication"

Mainly as Config -> Option is a weird name, Authentication has only
one obj. grid, the node options are only the http-proxy for now and
that is a sort of authentication, so good enough for me for now, but
should be rethought for 2.0 and/or once more node opts are added

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-21 18:19:51 +02:00
parent b6d07fa038
commit 2a9a3d632e
1 changed files with 5 additions and 5 deletions

View File

@ -63,13 +63,13 @@ Ext.define('PBS.SystemConfiguration', {
title: gettext('Webauthn'), title: gettext('Webauthn'),
xtype: 'pbsWebauthnConfigView', xtype: 'pbsWebauthnConfigView',
}, },
{
// FIXME: this is only a semi-OK place as long as there's only the http-proxy in there
title: gettext('HTTP proxy'),
xtype: 'pbsNodeOptionView',
},
], ],
}, },
{
title: gettext('Options'),
itemId: 'options',
xtype: 'pbsNodeOptionView',
},
], ],
initComponent: function() { initComponent: function() {