Merge pull request from nickysemenza/nickysemenza-patch-1

Fix broken link to add a Kapacitor when none exist
pull/10616/head
Andrew Watkins 2017-04-28 08:49:58 -07:00 committed by GitHub
commit dc2821cb16
2 changed files with 2 additions and 1 deletions
ui/src/shared/components

View File

@ -4,6 +4,7 @@
1. [#1337](https://github.com/influxdata/chronograf/pull/1337): Fix no apps for hosts false negative
1. [#1340](https://github.com/influxdata/chronograf/pull/1340): Fix no active query in DE and Cell editing
1. [#1338](https://github.com/influxdata/chronograf/pull/1338): Require url and name when adding a new source
1. [#1348](https://github.com/influxdata/chronograf/pull/1348): Fix broken 'Add Kapacitor' Link
### Features

View File

@ -9,7 +9,7 @@ const NoKapacitorError = React.createClass({
},
render() {
const path = `/sources/${this.props.source.id}/kapacitor-config`
const path = `/sources/${this.props.source.id}/kapacitors/new`
return (
<div>
<p>The current source does not have an associated Kapacitor instance, please configure one.</p>