Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion ui/src/views/infra/HostInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@
</div>
</div>
</a-list-item>

<a-list-item>
<div>
<strong>{{ $t('label.uefi.supported') }}</strong>
<div>
{{ host.ueficapability }}
</div>
</div>
</a-list-item>
</a-list>
</a-spin>
</template>
Expand Down