mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 04:02:50 -06:00
AlertList: removed icon
This commit is contained in:
parent
3c733638ee
commit
4a9aff0b00
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user