diff --git a/app/templates/footer.html b/app/templates/footer.html index c41806a..44f162e 100644 --- a/app/templates/footer.html +++ b/app/templates/footer.html @@ -90,7 +90,7 @@
-

By using this Looking Glass service, you agree to use the service responsibly and not for any malicious purposes, not attempt to overload or disrupt the service, respect the privacy and security measures in place.

+

By using this Looking Glass service, you agree to use the service responsibly and not for any malicious purposes, not attempt to overload or disrupt the service, respect the privacy and security measures in place.

@@ -103,73 +103,36 @@ enter-to-class="opacity-100" leave-active-class="transition ease-in-out duration-150" leave-from-class="opacity-100" - leave-to-class="opacity-0" - > + leave-to-class="opacity-0">
+ class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center p-4 z-50">
- -
-

+ class="bg-white dark:bg-gray-800 rounded-lg max-w-lg w-full p-6 transform transition-all duration-150" + :class="showHelp ? 'scale-100 opacity-100' : 'scale-95 opacity-0'"> +
+

Available Commands

-
- -
-

- The following network diagnostic commands are - available: -

-
-

- -

-
-

+
+ {% for command in commands %} +
+

+

+ {{ command.display_name }} +

+

+

+ {{ command.description if command.description else 'No description available' }} +

-
+ {% endfor %}