From aee27141f4c002306e9a4bf44dc4f9618a5fae62 Mon Sep 17 00:00:00 2001 From: Nikhil Ashoka Date: Thu, 27 Jan 2022 19:10:31 +0530 Subject: Security Panel add additional features Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page Signed-off-by: Nikhil Ashoka Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09 --- src/views/SecurityAndAccess/Policies/Policies.vue | 198 +++++++++++++++------- 1 file changed, 141 insertions(+), 57 deletions(-) (limited to 'src/views/SecurityAndAccess/Policies') diff --git a/src/views/SecurityAndAccess/Policies/Policies.vue b/src/views/SecurityAndAccess/Policies/Policies.vue index ebcb0025..1dc197c7 100644 --- a/src/views/SecurityAndAccess/Policies/Policies.vue +++ b/src/views/SecurityAndAccess/Policies/Policies.vue @@ -3,65 +3,112 @@ - - - -
-
{{ $t('pagePolicies.ssh') }}
-
- {{ $t('pagePolicies.sshDescription') }} -
-
- - - {{ $t('pagePolicies.ssh') }} - - - {{ $t('global.status.enabled') }} - - {{ $t('global.status.disabled') }} - -
-
- - -
-
{{ $t('pagePolicies.ipmi') }}
-
- {{ $t('pagePolicies.ipmiDescription') }} -
-
- - - {{ $t('pagePolicies.ipmi') }} - - - {{ $t('global.status.enabled') }} - - {{ $t('global.status.disabled') }} - -
-
-
+ + +
+
{{ $t('pagePolicies.ssh') }}
+
+ {{ $t('pagePolicies.sshDescription') }} +
+
+ + + {{ $t('pagePolicies.ssh') }} + + + {{ $t('global.status.enabled') }} + + {{ $t('global.status.disabled') }} + +
+
+ + +
+
{{ $t('pagePolicies.ipmi') }}
+
+ {{ $t('pagePolicies.ipmiDescription') }} +
+
+ + + {{ $t('pagePolicies.ipmi') }} + + + {{ $t('global.status.enabled') }} + + {{ $t('global.status.disabled') }} + +
+
+ + +
+
{{ $t('pagePolicies.vtpm') }}
+
+ {{ $t('pagePolicies.vtpmDescription') }} +
+
+ + + {{ $t('pagePolicies.vtpm') }} + + + {{ $t('global.status.enabled') }} + + {{ $t('global.status.disabled') }} + +
+
+ + +
+
{{ $t('pagePolicies.rtad') }}
+
+ {{ $t('pagePolicies.rtadDescription') }} +
+
+ + + {{ $t('pagePolicies.rtad') }} + + + {{ $t('global.status.enabled') }} + + {{ $t('global.status.disabled') }} + +
+
-- cgit v1.2.3