diff --git a/apps/audits/templates/audits/_proxy_log_command_modal.html b/apps/audits/templates/audits/_proxy_log_command_modal.html new file mode 100644 index 000000000..a0e4290ea --- /dev/null +++ b/apps/audits/templates/audits/_proxy_log_command_modal.html @@ -0,0 +1,27 @@ +{% extends '_modal.html' %} +{% load i18n %} +{% block modal_id %}Proxy command list{% endblock %} +{% block modal_title%}{% trans "Proxy command list" %}{% endblock %} +{% block modal_body %} +
ID | +Command | +Output | +Datetime | +
---|---|---|---|
{{ command.command_no }} | +{{ command.command }} | +{{ command.output_decode |safe }} | +{{ command.datetime }} | +
-
-
-
- |
- {% trans 'Username' %} | -{% trans 'IP' %} | -{% trans 'System user' %} | -{#{% trans 'Login type' %} | #} -{% trans 'Command' %} | -{% trans 'Success' %} | -{% trans 'Finished' %} | -{% trans 'Date start' %} | -{% trans 'Time' %} | -{% trans 'Action' %} | -
---|
+
+
+
+ |
+ {% trans 'Username' %} | +{% trans 'IP' %} | +{% trans 'System user' %} | + {#{% trans 'Login type' %} | #} +{% trans 'Command' %} | +{% trans 'Success' %} | +{% trans 'Finished' %} | +{% trans 'Date start' %} | +{% trans 'Time' %} | +{% trans 'Action' %} | +
---|