From cfc2b7b4dc1efab038d63b7de76eaefe24868ac9 Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Thu, 23 Mar 2023 17:29:18 +0530 Subject: [PATCH] Added UEFI support flag in host details view --- ui/public/locales/en.json | 1 + ui/src/views/infra/HostInfo.vue | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 17532b36a47a..a55455823a7d 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -1794,6 +1794,7 @@ "label.srx": "SRX", "label.srx.firewall": "Juniper SRX firewall", "label.ssh.key.pairs": "SSH key pairs", +"label.uefi.supported": "UEFI supported", "label.userdataid": "Userdata ID", "label.userdataname": "Userdata name", "label.userdatadetails": "Userdata details", diff --git a/ui/src/views/infra/HostInfo.vue b/ui/src/views/infra/HostInfo.vue index a74407be7df6..1d0b47eba952 100644 --- a/ui/src/views/infra/HostInfo.vue +++ b/ui/src/views/infra/HostInfo.vue @@ -104,7 +104,14 @@ - + +
+ {{ $t('label.uefi.supported') }} +
+ {{ host.ueficapability }} +
+
+