summaryrefslogtreecommitdiffstats
path: root/templates/main-menu.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-19 12:13:36 +0100
committerSimon Rettberg2015-11-19 12:13:36 +0100
commit66aac2e67e35bd987bc3750b63f2734e47d0d57d (patch)
treeb9881051c3587a00fa56972c6b449731689cdd68 /templates/main-menu.html
parent[request.inc.php] Add optional parameter to control variable type (diff)
downloadslx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.gz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.xz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.zip
Implement statistics logging
DB scheme update is still missing, might still change a little...
Diffstat (limited to 'templates/main-menu.html')
-rw-r--r--templates/main-menu.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main-menu.html b/templates/main-menu.html
index 57576fd7..3e3a1d90 100644
--- a/templates/main-menu.html
+++ b/templates/main-menu.html
@@ -32,8 +32,10 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{lang_status}}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="?do=SystemStatus">{{lang_serverStatus}}</a></li>
- <li><a href="?do=SysLog">{{lang_clientLog}}</a></li>
<li><a href="?do=EventLog">{{lang_eventLog}}</a></li>
+ <li class="divider"></li>
+ <li><a href="?do=SysLog">{{lang_clientLog}}</a></li>
+ <li><a href="?do=Statistics">{{lang_clientStats}}</a></li>
</ul>
</li>
<li>