Work on fixing stacking issues with InfluxdB, added fill(0) and fill(null) option to InfluxDB query editor, also a panel wide group by time option that supports setting a low limit, Fixes issues #673, #674, #534, #743
This commit is contained in:
@@ -135,7 +135,6 @@
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
margin-right: 90px;
|
||||
margin-left: 30px;
|
||||
>li {
|
||||
float: left;
|
||||
}
|
||||
@@ -143,9 +142,6 @@
|
||||
|
||||
.grafana-metric-options {
|
||||
margin-top: 35px;
|
||||
.grafana-segment-list {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// fix for fixed positioned panel & scrolling
|
||||
@@ -183,6 +179,15 @@
|
||||
&.annotation-segment {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.grafana-target-segment-icon {
|
||||
i {
|
||||
width: 15px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.grafana-target-function {
|
||||
@@ -208,15 +213,6 @@ input[type=text].grafana-function-param-input {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.grafana-target-controls-left {
|
||||
list-style: none;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.grafana-target-controls {
|
||||
float: right;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user