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 @@ -
Username | -Time | -Action | -Server ID | -IP | -
{{ row['user_name'] }} | -- {{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }} - | -{{ row['log_msg'] }} | -{{ row['server_id'] }} | -{{ row['source_ip'] }} | -
Username | +Time | +Action | +Server ID | +IP | +
{{ row['user_name'] }} | ++ {{ row['created'].strftime('%m-%d-%Y %H:%M:%S') }} + | +{{ row['log_msg'] }} | +{{ row['server_id'] }} | +{{ row['source_ip'] }} | +
Action | -Command | +Command | Interval | Start Time | Enabled | @@ -58,7 +60,7 @@
{{schedule.action}} |
- + |
{{schedule.command}} |
@@ -113,7 +115,7 @@ |
{{schedule.action}} |
- + |
{{schedule.command}} |
@@ -139,24 +141,24 @@
-
|
---|