From c442a1d4d93df535417b4117e44269d72c89862d Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Wed, 16 Aug 2017 00:15:13 -0700 Subject: [PATCH] =?UTF-8?q?send=20=E2=80=98service-key=E2=80=99=20instead?= =?UTF-8?q?=20of=20serviceKey=20to=20pagerduty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/kapacitor/components/config/PagerDutyConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/kapacitor/components/config/PagerDutyConfig.js b/ui/src/kapacitor/components/config/PagerDutyConfig.js index 5a765d0368..bddd1de395 100644 --- a/ui/src/kapacitor/components/config/PagerDutyConfig.js +++ b/ui/src/kapacitor/components/config/PagerDutyConfig.js @@ -15,7 +15,7 @@ const PagerDutyConfig = React.createClass({ e.preventDefault() const properties = { - serviceKey: this.serviceKey.value, + 'service-key': this.serviceKey.value, url: this.url.value, }