began work on inspection console to visualize metric requests, and other useful troubleshooting info and inspection

This commit is contained in:
Torkel Ödegaard
2014-08-10 14:35:56 +02:00
parent 21b7c6a2c0
commit eb9a7267bd
14 changed files with 153 additions and 4 deletions
+2 -1
View File
@@ -25,7 +25,7 @@
<label class="small">Hide controls (CTRL+H)</label>
<input type="checkbox" ng-model="dashboard.hideControls" ng-checked="dashboard.hideControls">
</div>
</div>
</div>
</div>
<div class="editor-row">
<div class="section">
@@ -98,6 +98,7 @@
<span class="editor-option small">
Grafana version: {{grafanaVersion}}
</span>
<span> | <a ng-click="toggleConsole()" ng-show="!consoleEnabled">enable console</a> <a ng-click="toggleConsole()" ng-show="consoleEnabled">disable console</a></span>
<div class="small" grafana-version-check>
</div>
</div>