Browse Source

AlertList: removed icon

Torkel Ödegaard 6 years ago
parent
commit
4a9aff0b00

+ 1 - 1
public/app/features/alerting/AlertRuleList.tsx

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

+ 2 - 8
public/app/features/alerting/__snapshots__/AlertRuleList.test.tsx.snap

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