Commit 4a9aff0b by Torkel Ödegaard

AlertList: removed icon

parent 3c733638
...@@ -114,7 +114,7 @@ export class AlertRuleList extends PureComponent<Props, any> { ...@@ -114,7 +114,7 @@ export class AlertRuleList extends PureComponent<Props, any> {
</div> </div>
<div className="page-action-bar__spacer" /> <div className="page-action-bar__spacer" />
<a className="btn btn-secondary" onClick={this.onOpenHowTo}> <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> </a>
</div> </div>
<section> <section>
......
...@@ -89,9 +89,6 @@ exports[`Render should render alert rules 1`] = ` ...@@ -89,9 +89,6 @@ exports[`Render should render alert rules 1`] = `
className="btn btn-secondary" className="btn btn-secondary"
onClick={[Function]} onClick={[Function]}
> >
<i
className="fa fa-info-circle"
/>
How to add an alert How to add an alert
</a> </a>
</div> </div>
...@@ -236,9 +233,6 @@ exports[`Render should render component 1`] = ` ...@@ -236,9 +233,6 @@ exports[`Render should render component 1`] = `
className="btn btn-secondary" className="btn btn-secondary"
onClick={[Function]} onClick={[Function]}
> >
<i
className="fa fa-info-circle"
/>
How to add an alert How to add an alert
</a> </a>
</div> </div>
......
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