From a1b164b1062eb7ba6b724ebe84d8d7e0b308e234 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 9 Sep 2024 09:54:06 +0200 Subject: templates: add efi data to /client/info Show EFI info obtained through GET /efi. --- ogcp/templates/actions/client_details.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ogcp/templates/actions') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 6bccace..e462205 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -41,7 +41,12 @@ {% set readonly_disk_inspector = True %} {% include 'disk_inspector.html' %} +
{% include 'cache_inspector.html' %} +
+ +{% include 'efi_inspector.html' %} + {% endblock %} -- cgit v1.2.3-18-g5258