More obvious empty state for kapacitor config

pull/698/head
Alex P 2016-12-13 17:22:34 -08:00
parent a09499e484
commit d7ab5d67bf
1 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,9 @@ export const KapacitorPage = React.createClass({
return (
<div className="panel panel-minimal">
<div className="panel-body">
<p>Set your Kapacitor connection info to configure alerting endpoints.</p>
<h4 className="text-center">Configure Alert Endpoints</h4>
<br/>
<p className="text-center">Set your Kapacitor connection info to configure alerting endpoints.</p>
</div>
</div>
);