From f79a45e2f14548c75e5ca9d12554d8bc607fb455 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Tue, 8 May 2018 16:10:38 -0700 Subject: [PATCH] Add nickname field to SlackConfig form --- ui/src/kapacitor/components/config/SlackConfig.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/src/kapacitor/components/config/SlackConfig.tsx b/ui/src/kapacitor/components/config/SlackConfig.tsx index 40be3d6fab..17c66ec7d5 100644 --- a/ui/src/kapacitor/components/config/SlackConfig.tsx +++ b/ui/src/kapacitor/components/config/SlackConfig.tsx @@ -47,6 +47,18 @@ class SlackConfig extends PureComponent { return (
+
+ + (this.channel = r)} + defaultValue={channel || ''} + onChange={this.disableTest} + /> +