diff options
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 5 |
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 %} |