diff --git a/src/views/admin/dashboard.tpl b/src/views/admin/dashboard.tpl index 88c20424de..6858038257 100644 --- a/src/views/admin/dashboard.tpl +++ b/src/views/admin/dashboard.tpl @@ -4,7 +4,7 @@
-
+
[[admin/dashboard:guest-registered-users]]
@@ -19,7 +19,7 @@
-
+
[[admin/dashboard:user-presence]]
@@ -36,7 +36,7 @@
-
+
[[admin/dashboard:high-presence-topics]]
@@ -47,43 +47,13 @@
-
-
-
[[admin/dashboard:popular-searches]]
-
-
- -
-
-
-
- {{{ if showSystemControls }}} -
-
- -

- [[admin/dashboard:maintenance-mode]] -

- -
- [[admin/dashboard:realtime-chart-updates]] OFF -
-
- {{{ end }}} - - -
-
+

[[admin/dashboard:running-version, {version}]]

{{{ if lookupFailed }}} @@ -105,10 +75,17 @@ {{{ end }}}

-

+

[[admin/dashboard:keep-updated]]


+ {{{ if showSystemControls }}} + + [[admin/dashboard:maintenance-mode]] + + [[admin/dashboard:realtime-chart-updates]] OFF + {{{ end }}} +
[[admin/dashboard:notices]]
{{{ each notices}}}
@@ -130,5 +107,16 @@
+ +
+
[[admin/dashboard:popular-searches]]
+
+
    + {{{ each popularSearches}}} +
  • ({popularSearches.score}) {popularSearches.value}
  • + {{{ end }}} +
+
+
\ No newline at end of file