diff --git a/dashboard/public/views/eventlog.html b/dashboard/public/views/eventlog.html index 35b92bcbd..b5023aa9a 100644 --- a/dashboard/public/views/eventlog.html +++ b/dashboard/public/views/eventlog.html @@ -1,47 +1,45 @@
-
-

{{ 'eventlog.title' | tr }}

+

{{ 'eventlog.title' | tr }}

-
- - - - -
- - - -
+
+ + + + +
+ + + +
-
-
-

- - - - - - - - - - - - - - - - - - -
{{ 'eventlog.time' | tr }}{{ 'eventlog.source' | tr }}{{ 'eventlog.details' | tr }}
{{ eventLog.raw.creationTime | prettyDate }}{{ eventLog.source }}
-

Source IP: {{ eventLog.raw.source.ip }}

-
{{ eventLog.raw.data | json }}
-
-
+
+
+

+ + + + + + + + + + + + + + + + + + +
{{ 'eventlog.time' | tr }}{{ 'eventlog.source' | tr }}{{ 'eventlog.details' | tr }}
{{ eventLog.raw.creationTime | prettyDate }}{{ eventLog.source }}
+

Source IP: {{ eventLog.raw.source.ip }}

+
{{ eventLog.raw.data | json }}
+
diff --git a/dashboard/public/views/system.html b/dashboard/public/views/system.html index 4bc8902c7..304af2d64 100644 --- a/dashboard/public/views/system.html +++ b/dashboard/public/views/system.html @@ -1,4 +1,4 @@ -
+

{{ 'system.title' | tr }} diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 3dbbf8b1a..b3f16311a 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -1146,7 +1146,6 @@ multiselect { flex-wrap: wrap; gap: 5px; margin: auto; - max-width: 1400px; padding: 15px 10px; background: transparent; } @@ -1154,8 +1153,6 @@ multiselect { .appstore-grid { margin: auto; overflow: auto; - height: calc(100% - 65px); // offset navigation bar - max-width: 1400px; h2 { font-size: 20px;