Style "no associated kapacitor" error
parent
8b7cbcc1ed
commit
c98a55062f
|
@ -11,12 +11,14 @@ const NoKapacitorError = React.createClass({
|
||||||
render() {
|
render() {
|
||||||
const path = `/sources/${this.props.source.id}/kapacitors/new`
|
const path = `/sources/${this.props.source.id}/kapacitors/new`
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="graph-empty">
|
||||||
<p>
|
<p>
|
||||||
The current source does not have an associated Kapacitor instance,
|
The current source does not have an associated Kapacitor instance
|
||||||
please configure one.
|
<br /><br />
|
||||||
|
<Link to={path} className="btn btn-sm btn-primary">
|
||||||
|
Configure Kapacitor
|
||||||
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
<Link to={path}>Add Kapacitor</Link>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue