More work on integrated console, with request details
This commit is contained in:
@@ -19,17 +19,35 @@
|
||||
color: @blue;
|
||||
}
|
||||
margin: 2px 0;
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.grafana-console-body {
|
||||
overflow-y: auto;
|
||||
padding-left: 3px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grafana-console-type {
|
||||
margin: 0 3px;
|
||||
min-width: 75px;
|
||||
display: inline-block;
|
||||
.gfc-col {
|
||||
display: table-cell;
|
||||
padding: 2px 4px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.grafana-console-method {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.grafana-console-error {
|
||||
.grafana-console-method {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.grafana-console-field2 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.grafana-console-time:before {
|
||||
@@ -46,3 +64,8 @@
|
||||
color: rgb(162, 196, 253);
|
||||
}
|
||||
|
||||
.grafana-console-elapsed {
|
||||
text-align: right;
|
||||
color: rgb(162, 196, 253);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user