Closes #265, Graphite errors are now easier to troubleshoot with the new inspector!
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user