From 11c2b55d67a2a430f145d44a4ddcb54144987cf0 Mon Sep 17 00:00:00 2001 From: charles-ramos Date: Fri, 24 Apr 2026 07:45:09 -0300 Subject: [PATCH 1/2] remove server settings --- src/dashboard/Dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dashboard/Dashboard.js b/src/dashboard/Dashboard.js index bad296d43d..f3f8c95941 100644 --- a/src/dashboard/Dashboard.js +++ b/src/dashboard/Dashboard.js @@ -37,7 +37,7 @@ import B4aAppTemplates from './B4aAppTemplates/B4aAppTemplates.react'; import { AsyncStatus } from 'lib/Constants'; import { get } from 'lib/AJAX'; import { setBasePath } from 'lib/AJAX'; -import ServerSettings from 'dashboard/ServerSettings/ServerSettings.react'; +// import ServerSettings from 'dashboard/ServerSettings/ServerSettings.react'; // // import createClass from 'create-react-class'; import { Helmet } from 'react-helmet'; import Playground from './Data/Playground/Playground.react'; @@ -402,8 +402,8 @@ export default class Dashboard extends React.Component { } /> } /> - } /> - } /> + {/* } /> + } /> */} } /> } /> From 128021be871a9231cba8df8cd3614249035c0d68 Mon Sep 17 00:00:00 2001 From: charles-ramos Date: Fri, 24 Apr 2026 10:59:06 -0300 Subject: [PATCH 2/2] remove server settings --- src/dashboard/DashboardView.react.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dashboard/DashboardView.react.js b/src/dashboard/DashboardView.react.js index fc9f261abf..cb2ab65d8c 100644 --- a/src/dashboard/DashboardView.react.js +++ b/src/dashboard/DashboardView.react.js @@ -252,10 +252,10 @@ export default class DashboardView extends React.Component { link: '/settings/keys' }); // } - settingsSections.push({ - name: 'Server Settings', - link: '/server-settings', - }); + // settingsSections.push({ + // name: 'Server Settings', + // link: '/server-settings', + // }); const appSidebarSections = [];