- Fix superuser panel for debugging

- Start work on the gauges panel
This commit is contained in:
Joseph Schorr 2015-02-17 11:31:50 -05:00
parent fbdbc21eb1
commit 79f39697fe
6 changed files with 40 additions and 14 deletions

View file

@ -20,6 +20,9 @@
tab-target="#users" tab-init="loadUsers()">
<i class="fa fa-group"></i>
</span>
<span class="cor-tab" tab-title="Dashboard" tab-target="#dashboard">
<i class="fa fa-tachometer"></i>
</span>
<span class="cor-tab" tab-title="Container Usage" tab-target="#usage-counter" tab-init="getUsage()">
<i class="fa fa-pie-chart"></i>
</span>
@ -42,6 +45,11 @@
configuration-saved="configurationSaved()"></div>
</div>
<!-- Dashboard tab -->
<div id="dashboard" class="tab-pane">
<div class="ps-usage-graph" is-enabled="true"></div>
</div>
<!-- Debugging tab -->
<div id="debug" class="tab-pane">
<div class="cor-loader" ng-show="!debugServices"></div>