diff --git a/app/frontend/templates/panel/activity_logs.html b/app/frontend/templates/panel/activity_logs.html index f87c5786..73cf0e93 100644 --- a/app/frontend/templates/panel/activity_logs.html +++ b/app/frontend/templates/panel/activity_logs.html @@ -21,40 +21,51 @@ -
-
+
+
+

 Audit Logs

+ +
- - - - - - - - - - - - {% for row in data['audit_logs'] %} - - - - - - - - {% end %} - -
UsernameTimeActionServer IDIP
{{ row['user_name'] }} - {{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }} - {{ row['log_msg'] }}{{ row['server_id'] }}{{ row['source_ip'] }}
+ +
+ + + + + + + + + + + + {% for row in data['audit_logs'] %} + + + + + + + + {% end %} + +
UsernameTimeActionServer IDIP
{{ row['user_name'] }} + {{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }} + {{ row['log_msg'] }}{{ row['server_id'] }}{{ row['source_ip'] }}
+ +
- + @@ -72,5 +83,28 @@ $( document ).ready(function() { $('#audit_table').DataTable(); }); + {% end %} \ No newline at end of file diff --git a/app/frontend/templates/panel/server_tasks.html b/app/frontend/templates/panel/server_tasks.html index 8966daed..fc12d562 100644 --- a/app/frontend/templates/panel/server_tasks.html +++ b/app/frontend/templates/panel/server_tasks.html @@ -35,17 +35,19 @@ {% include "parts/server_controls_list.html %}
- -
+
+

Scheduled Tasks

+ +
+
-

Scheduled Tasks

- +
- + @@ -58,7 +60,7 @@ - -
ActionCommandCommand Interval Start Time Enabled

{{schedule.action}}

+

{{schedule.command}}

@@ -113,7 +115,7 @@

{{schedule.action}}

+

{{schedule.command}}

@@ -139,24 +141,24 @@