AlertList: removed icon

This commit is contained in:
Torkel Ödegaard 2019-05-10 07:29:17 +02:00
parent 3c733638ee
commit 4a9aff0b00
2 changed files with 3 additions and 9 deletions

View File

@ -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>

View File

@ -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>