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() {