Class was missing a -

pull/550/head
Alex P 2016-11-14 15:35:37 -08:00
parent b0f0e36af5
commit 9e430827bd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export const RuleMessage = React.createClass({
<code data-tip="The time of the point that triggered the event">&#123;&#123;.Time&#125;&#125;</code>
<ReactTooltip effect="solid" html={true} offset={{top: -4}} class="influx-tooltip kapacitor-tooltip" />
</div>
<div className="rule-section--item bottom alert-message-endpoint">
<div className="rule-section--item bottom alert-message--endpoint">
<p>Send this Alert to:</p>
<Dropdown className="size-256" selected={rule.alerts[0] || 'Choose an output'} items={alerts} onChoose={this.handleChooseAlert} />
</div>