summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-09 09:54:06 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-10 15:11:11 +0200
commita1b164b1062eb7ba6b724ebe84d8d7e0b308e234 (patch)
treec0f3c689fdbf036b77952356062c31f84435f532 /ogcp/templates/actions/client_details.html
parentfd4da7d3edbc60c2575d4f3485128b09630beb75 (diff)
templates: add efi data to /client/info
Show EFI info obtained through GET /efi.
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html5
1 files changed, 5 insertions, 0 deletions
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' %}
+<br>
{% include 'cache_inspector.html' %}
+<br>
+
+{% include 'efi_inspector.html' %}
+
{% endblock %}