Class was missing a -
parent
b0f0e36af5
commit
9e430827bd
|
@ -50,7 +50,7 @@ export const RuleMessage = React.createClass({
|
||||||
<code data-tip="The time of the point that triggered the event">{{.Time}}</code>
|
<code data-tip="The time of the point that triggered the event">{{.Time}}</code>
|
||||||
<ReactTooltip effect="solid" html={true} offset={{top: -4}} class="influx-tooltip kapacitor-tooltip" />
|
<ReactTooltip effect="solid" html={true} offset={{top: -4}} class="influx-tooltip kapacitor-tooltip" />
|
||||||
</div>
|
</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>
|
<p>Send this Alert to:</p>
|
||||||
<Dropdown className="size-256" selected={rule.alerts[0] || 'Choose an output'} items={alerts} onChoose={this.handleChooseAlert} />
|
<Dropdown className="size-256" selected={rule.alerts[0] || 'Choose an output'} items={alerts} onChoose={this.handleChooseAlert} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue