From 0dbd32ab423fb703bd7763fa9d8ee3a55adad1a9 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Sat, 30 Jan 2021 02:38:39 +0300 Subject: [PATCH] Remove tabs and select navigation from settings index page --- src/store/modules/settings.js | 4 -- src/views/settings/index.vue | 75 ++--------------------------- src/views/settings/styles/main.scss | 4 -- 3 files changed, 5 insertions(+), 78 deletions(-) diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index 148e5c71..0aec8a30 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -11,7 +11,6 @@ import _ from 'lodash' const settings = { state: { - activeTab: 'instance', configDisabled: true, db: {}, description: [], @@ -36,9 +35,6 @@ const settings = { state.updatedSettings = updatedSettings } }, - SET_ACTIVE_TAB: (state, tab) => { - state.activeTab = tab - }, SET_DESCRIPTION: (state, data) => { state.description = data }, diff --git a/src/views/settings/index.vue b/src/views/settings/index.vue index 08f0cb64..fa6cf500 100644 --- a/src/views/settings/index.vue +++ b/src/views/settings/index.vue @@ -29,31 +29,13 @@ @select="handleSearchSelect"/> - - - - - +

{{ $t('settings.settings') }}

-
- - - - - - - - - - - - - - - - - - - - + +