From b440616c23b61166ae6d87839a70eec31bdca235 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Mon, 26 Jul 2021 15:05:39 +0530 Subject: IA update: Update access and control section This is the fifth commit of the information architecture changes and has the following changes: - The icon for access and control has been updated - Access and control section has been updated to security and access section - Security settings page has been updated to policies page and moved to security and access section - Client sessions page has been updated to sessions page - Local user management page has been updated to user management page - SSL certificates page has been updated to certificates page Signed-off-by: Sandeepa Singh Change-Id: Ie93cee9002742ecf7d33615636f4f159f4395fc4 --- .../Settings/SecuritySettings/SecuritySettings.vue | 125 --------------------- src/views/Settings/SecuritySettings/index.js | 2 - 2 files changed, 127 deletions(-) delete mode 100644 src/views/Settings/SecuritySettings/SecuritySettings.vue delete mode 100644 src/views/Settings/SecuritySettings/index.js (limited to 'src/views/Settings') diff --git a/src/views/Settings/SecuritySettings/SecuritySettings.vue b/src/views/Settings/SecuritySettings/SecuritySettings.vue deleted file mode 100644 index ec8d2589..00000000 --- a/src/views/Settings/SecuritySettings/SecuritySettings.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/views/Settings/SecuritySettings/index.js b/src/views/Settings/SecuritySettings/index.js deleted file mode 100644 index 5ec2b615..00000000 --- a/src/views/Settings/SecuritySettings/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import SecuritySettings from './SecuritySettings.vue'; -export default SecuritySettings; -- cgit v1.2.3