From eabea64d4f6e870e2681f077e0e0bcdda33f2fb4 Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Mon, 8 May 2017 18:32:47 -0700 Subject: [PATCH] remove test button from slack config --- .../kapacitor/components/config/SlackConfig.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/ui/src/kapacitor/components/config/SlackConfig.js b/ui/src/kapacitor/components/config/SlackConfig.js index 00bbfcea9..5f85f308a 100644 --- a/ui/src/kapacitor/components/config/SlackConfig.js +++ b/ui/src/kapacitor/components/config/SlackConfig.js @@ -61,7 +61,7 @@ const SlackConfig = React.createClass({ (this.url = r)} + refFunc={r => this.url = r} /> @@ -72,20 +72,15 @@ const SlackConfig = React.createClass({ id="slack-channel" type="text" placeholder="#alerts" - ref={r => (this.channel = r)} + ref={r => this.channel = r} defaultValue={channel || ''} /> -
- - Send Test Message - - +
+
)