mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor update
This commit is contained in:
parent
1ee1247912
commit
e8f9174d08
@ -211,7 +211,6 @@ export default class Thresholds extends PureComponent<OptionModuleProps, State>
|
|||||||
return (
|
return (
|
||||||
<div className="section gf-form-group">
|
<div className="section gf-form-group">
|
||||||
<h5 className="section-heading">Thresholds</h5>
|
<h5 className="section-heading">Thresholds</h5>
|
||||||
<span>Click the colored line to add a threshold</span>
|
|
||||||
<div className="thresholds">
|
<div className="thresholds">
|
||||||
<div className="color-indicators">
|
<div className="color-indicators">
|
||||||
{this.renderIndicator()}
|
{this.renderIndicator()}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.thresholds {
|
.thresholds {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.threshold-rows {
|
.threshold-rows {
|
||||||
|
Loading…
Reference in New Issue
Block a user