diff --git a/apps/audits/templates/audits/proxy_log_command_list_modal.html b/apps/audits/templates/audits/proxy_log_command_list_modal.html deleted file mode 100644 index 790c8b02b..000000000 --- a/apps/audits/templates/audits/proxy_log_command_list_modal.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends '_modal.html' %} -{% load i18n %} -{% block modal_id %}command_table{% endblock %} -{% block modal_body %} - - - - - - - - - - - {% for command in object_list %} - - - - - - - {% endfor %} - -
IDCommandOutputDatetime
{{ command.command_no }}{{ command.command }}{{ command.output_decode |safe }}{{ command.datetime }}
-{% endblock %} diff --git a/apps/audits/templates/audits/proxy_log_commands_list_modal.html b/apps/audits/templates/audits/proxy_log_commands_list_modal.html new file mode 100644 index 000000000..fca95de6e --- /dev/null +++ b/apps/audits/templates/audits/proxy_log_commands_list_modal.html @@ -0,0 +1,58 @@ +{% load static %} + + + + + + + {% include '_head_css_js.html' %} + + + + + + + +
+
+
+ + + + + + + + + + + + {% for command in object_list %} + + + + + + + {% endfor %} + + + + + + +
IDCommandOutputDatetime
{{ command.command_no }}{{ command.command }}{{ command.output_decode |safe }}{{ command.datetime }}
+
    +
    +
    +
    +
    + + + + diff --git a/apps/audits/templates/audits/proxy_log_detail.html b/apps/audits/templates/audits/proxy_log_detail.html index a595af2ef..8d2724586 100644 --- a/apps/audits/templates/audits/proxy_log_detail.html +++ b/apps/audits/templates/audits/proxy_log_detail.html @@ -57,6 +57,13 @@ {% endfor %} + + + + + + + diff --git a/apps/audits/templates/audits/proxy_log_list.html b/apps/audits/templates/audits/proxy_log_list.html index 6078a9194..e28cc3cd7 100644 --- a/apps/audits/templates/audits/proxy_log_list.html +++ b/apps/audits/templates/audits/proxy_log_list.html @@ -3,6 +3,7 @@ {% block custom_head_css_js %} {{ block.super }} +