diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index c0f6dafc..cc9667ea 100644 --- a/www/index.html +++ b/www/index.html @@ -43,7 +43,8 @@ <script src="js/EventCtrl.js"></script> <script src="js/EventsGraphsCtrl.js"></script> <script src="js/MonitorCtrl.js"></script> - <script src="js/HelpCtrl.js"></script> + <script src="js/HelpCtrl.js"></script> + <script src="js/StateCtrl.js"></script> <script src="lib/angular-google-chart/ng-google-chart.js"></script> @@ -92,6 +93,10 @@ <i class="icon ion-ios-calendar-outline"></i> </span>Events</ion-item> + <ion-item href="#/state" menu-close><span class=" item-icon-left"> + <i class="icon ion-settings"></i> + </span>System Status</ion-item> + <!-- <ion-item href="#/events-graphs" menu-close>Graphs</ion-item> --> <ion-item nav-clear menu-close href="#/login"> |
