diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 17532b36a47..a55455823a7 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 a74407be7df..1d0b47eba95 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 }} +
+
+