update link to add a Kapacitor when none exist
parent
0c4a58ddd2
commit
5b030eb220
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue