From 98490084a17bb867be52a609d83d77ba930abaa9 Mon Sep 17 00:00:00 2001 From: Peter Holmberg Date: Mon, 17 Dec 2018 14:18:28 +0100 Subject: [PATCH] remove printed index --- public/app/plugins/panel/gauge/Thresholds.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/public/app/plugins/panel/gauge/Thresholds.tsx b/public/app/plugins/panel/gauge/Thresholds.tsx index b5a929f4811..4351acc0f84 100644 --- a/public/app/plugins/panel/gauge/Thresholds.tsx +++ b/public/app/plugins/panel/gauge/Thresholds.tsx @@ -166,18 +166,14 @@ export default class Thresholds extends PureComponent height: '50%', backgroundColor: t.color, }} - > - {t.index} - + />
this.onAddThreshold(t.index)} style={{ height: '50%', backgroundColor: t.color, }} - > - {t.index} -
+ /> ); });