From 2a9a3d632eba152474f4117acc9c49d000590cba Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 May 2021 18:19:51 +0200 Subject: [PATCH] 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 --- www/SystemConfiguration.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/SystemConfiguration.js b/www/SystemConfiguration.js index 211c9c08..86371193 100644 --- a/www/SystemConfiguration.js +++ b/www/SystemConfiguration.js @@ -63,13 +63,13 @@ Ext.define('PBS.SystemConfiguration', { title: gettext('Webauthn'), 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() {