update link to add a Kapacitor when none exist

pull/10616/head
Nicky Semenza 2017-04-27 21:59:30 -04:00 committed by GitHub
parent 0c4a58ddd2
commit 5b030eb220
1 changed files with 1 additions and 1 deletions

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>