Closes #265, Graphite errors are now easier to troubleshoot with the new inspector!

This commit is contained in:
Torkel Ödegaard
2014-04-05 16:04:49 +02:00
parent 58ef61a0bb
commit 5cb4cfcdd2
7 changed files with 85 additions and 30 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+18
View File
@@ -588,3 +588,21 @@ div.flot-text {
.save-dashboard-dropdown-save-form {
margin-bottom: 5px;
}
// inspector
.inspector-request-table {
td {
padding: 5px;
}
td:first-child {
white-space: nowrap;
}
}
// pre
code, pre {
background-color: @kibanaPanelBackground;
color: @textColor;
}