From 9da5cbca87ac19db28a01432b885fcbef0e3ca59 Mon Sep 17 00:00:00 2001 From: Nikhil Ashoka <96164786+Nikhil-Ashoka@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:22:12 +0530 Subject: [PATCH] Implemented MFA (#267) - Implemented MFA in User management and Login page. Signed-off-by: Nikhil Ashoka --- src/locales/en-US.json | 6 ++--- .../IBMiServiceFunctions.vue | 27 +++---------------- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 778f566f55..953946e537 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -823,12 +823,10 @@ "concurrentMaintenancePowerOffDesc": "Use this function to power off the power domain that includes resources that are currently in a disk unit attention state.", "concurrentMaintenancePowerOn": "Concurrent Maintenance Power On Domain (Function 69)", "concurrentMaintenancePowerOnDesc": "Use this function to power on the power domain that was powered off by using function 68.", - "disableRemoteService": "Disable Remote Service (Function 65)", - "disableRemoteServiceDesc": "Use this function to deactivate a remote service session.", + "consoleServiceFunction": "Console Service Function (Function 65)", + "consoleServiceFunctionDesc": "Use this function to initiate console recovery (IBM i 7.5, or later).", "diskUnitIOP": "Disk Unit IOP Reset/Reload (Function 67)", "diskUnitIOPDesc": "Use this function to initiate an I/O processor dump and reset/reload of an IOP that controls resources that are currently in a disk unit attention state.", - "enableRemoteService": "Enable Remote Service (Function 66)", - "enableRemoteServiceDesc": "Use this function to activate a remote service session.", "execute": "Execute", "iopControlStorageDump": "IOP Control Storage Dump (Function 70)", "iopControlStorageDumpDesc": "Use this function to initiate an I/O processor dump and reset/reload of the IOP that was designated to control the load source device when the logical partition was activated.", diff --git a/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue b/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue index 9313b9b942..f69560f796 100644 --- a/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue +++ b/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue @@ -44,11 +44,11 @@
-
- {{ $t('pageIbmiServiceFunctions.disableRemoteService') }} +
+ {{ $t('pageIbmiServiceFunctions.consoleServiceFunction') }}
-
- {{ $t('pageIbmiServiceFunctions.disableRemoteServiceDesc') }} +
+ {{ $t('pageIbmiServiceFunctions.consoleServiceFunctionDesc') }}
- - -
-
- {{ $t('pageIbmiServiceFunctions.enableRemoteService') }} -
-
- {{ $t('pageIbmiServiceFunctions.enableRemoteServiceDesc') }} -
-
- - {{ $t('pageIbmiServiceFunctions.execute') }} - -
-