From 8fcc738f78c82bbe30d43397ce58fc958863d903 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Wed, 9 Nov 2016 14:46:13 -0800 Subject: [PATCH] Remove Alerta from alert options --- ui/src/kapacitor/components/AlertOutputs.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/kapacitor/components/AlertOutputs.js b/ui/src/kapacitor/components/AlertOutputs.js index ac508878c4..e7ebe8ab25 100644 --- a/ui/src/kapacitor/components/AlertOutputs.js +++ b/ui/src/kapacitor/components/AlertOutputs.js @@ -25,7 +25,7 @@ const AlertOutputs = React.createClass({ getInitialState() { return { - selectedEndpoint: 'alerta', + selectedEndpoint: 'smtp', alertaConfig: null, smtpConfig: null, slackConfig: null, @@ -112,8 +112,7 @@ const AlertOutputs = React.createClass({
-