remove printed index

pull/14534/head
Peter Holmberg 7 years ago
parent e11834e950
commit 98490084a1
  1. 8
      public/app/plugins/panel/gauge/Thresholds.tsx

@ -166,18 +166,14 @@ export default class Thresholds extends PureComponent<OptionModuleProps, State>
height: '50%',
backgroundColor: t.color,
}}
>
{t.index}
</div>
/>
<div
onClick={() => this.onAddThreshold(t.index)}
style={{
height: '50%',
backgroundColor: t.color,
}}
>
{t.index}
</div>
/>
</div>
);
});

Loading…
Cancel
Save