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 { } /> } /> - } /> - } /> + {/* } /> + } /> */} } /> } /> 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 = [];