From ed7278a2f747586de9f938c1e234c514d9379cac Mon Sep 17 00:00:00 2001 From: "glukhov.mikhail" Date: Mon, 26 Sep 2022 11:17:57 +0300 Subject: Added correct diagnostic mode display Before the patch, the diagnostic mode was displayed as "Not available", after the patch "Diagnostic mode". Test: in the console run the command "busctl set-property xyz.openbmc_project.State.Host \ /xyz/openbmc_project/state/host0 \ xyz.openbmc_project.State.Host CurrentHostState \ s "xyz.openbmc_project.State.Host.HostState.DiagnosticMode". open the "Server power operations" page, check the Server status Signed-off-by: glukhov.mikhail Change-Id: I90d04e05188eb92c4c4b38fe578ae36db0424b5c --- .../Operations/ServerPowerOperations/ServerPowerOperations.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/views/Operations') diff --git a/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue b/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue index 9e030837..ba9ebced 100644 --- a/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue +++ b/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue @@ -22,6 +22,12 @@ > {{ $t('global.status.off') }} +
+ {{ $t('global.status.diagnosticMode') }} +
{{ $t('global.status.notAvailable') }}
-- cgit v1.2.3