diff --git a/ui/src/shared/components/NoKapacitorError.js b/ui/src/shared/components/NoKapacitorError.js index 575c54bc38..84290e8ae4 100644 --- a/ui/src/shared/components/NoKapacitorError.js +++ b/ui/src/shared/components/NoKapacitorError.js @@ -11,12 +11,14 @@ const NoKapacitorError = React.createClass({ render() { const path = `/sources/${this.props.source.id}/kapacitors/new` return ( -
+

- The current source does not have an associated Kapacitor instance, - please configure one. + The current source does not have an associated Kapacitor instance +

+ + Configure Kapacitor +

- Add Kapacitor
) },