Commit 4a9aff0b by Torkel Ödegaard

AlertList: removed icon

parent 3c733638
......@@ -114,7 +114,7 @@ export class AlertRuleList extends PureComponent<Props, any> {
</div>
<div className="page-action-bar__spacer" />
<a className="btn btn-secondary" onClick={this.onOpenHowTo}>
<i className="fa fa-info-circle" /> How to add an alert
How to add an alert
</a>
</div>
<section>
......
......@@ -89,10 +89,7 @@ exports[`Render should render alert rules 1`] = `
className="btn btn-secondary"
onClick={[Function]}
>
<i
className="fa fa-info-circle"
/>
How to add an alert
How to add an alert
</a>
</div>
<section>
......@@ -236,10 +233,7 @@ exports[`Render should render component 1`] = `
className="btn btn-secondary"
onClick={[Function]}
>
<i
className="fa fa-info-circle"
/>
How to add an alert
How to add an alert
</a>
</div>
<section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment