Torkel Ödegaard 7 سال پیش
والد
کامیت
e8f9174d08
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      public/app/plugins/panel/gauge/Thresholds.tsx
  2. 0 1
      public/sass/components/_thresholds.scss

+ 0 - 1
public/app/plugins/panel/gauge/Thresholds.tsx

@@ -211,7 +211,6 @@ export default class Thresholds extends PureComponent<OptionModuleProps, State>
     return (
       <div className="section gf-form-group">
         <h5 className="section-heading">Thresholds</h5>
-        <span>Click the colored line to add a threshold</span>
         <div className="thresholds">
           <div className="color-indicators">
             {this.renderIndicator()}

+ 0 - 1
public/sass/components/_thresholds.scss

@@ -1,6 +1,5 @@
 .thresholds {
   display: flex;
-  margin-top: 30px;
 }
 
 .threshold-rows {