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
+48
View File
@@ -0,0 +1,48 @@
.grafana-console {
position: fixed;
width: 100%;
bottom: 0px;
height: 300px;
background: @grafanaPanelBackground;
border-top: 1px solid @fullEditBorder;
}
.grafana-console-header {
background: @fullEditTabsBackground;
border-top: @fullEditTabsBorder;
padding: 2px 5px;
}
.grafana-console-item {
.icon-caret-right {
font-size: 14px;
color: @blue;
}
margin: 2px 0;
}
.grafana-console-body {
overflow-y: auto;
padding-left: 3px;
}
.grafana-console-type {
margin: 0 3px;
min-width: 75px;
display: inline-block;
}
.grafana-console-time:before {
content: '(';
color: rgb(106, 253, 81);
}
.grafana-console-time:after {
content: ')';
color: rgb(106, 253, 81);
}
.grafana-console-time {
color: rgb(162, 196, 253);
}
+1
View File
@@ -1,5 +1,6 @@
@import "submenu.less";
@import "graph.less";
@import "console.less";
@import "bootstrap-tagsinput.less";
.hide-controls {