Commit 2c8e4485 by Patrick O'Carroll Committed by Torkel Ödegaard

moved icon (#10681)

parent 7cd379ac
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<section ng-if="ctrl.panel.show === 'current'"> <section ng-if="ctrl.panel.show === 'current'">
<ol class="alert-rule-list"> <ol class="alert-rule-list">
<li class="alert-rule-item" ng-repeat="alert in ctrl.currentAlerts"> <li class="alert-rule-item" ng-repeat="alert in ctrl.currentAlerts">
<div class="alert-rule-item__body">
<div class="alert-rule-item__icon {{alert.stateModel.stateClass}}"> <div class="alert-rule-item__icon {{alert.stateModel.stateClass}}">
<i class="{{alert.stateModel.iconClass}}"></i> <i class="{{alert.stateModel.iconClass}}"></i>
</div> </div>
<div class="alert-rule-item__body">
<div class="alert-rule-item__header"> <div class="alert-rule-item__header">
<p class="alert-rule-item__name"> <p class="alert-rule-item__name">
<a href="dashboard/{{alert.dashboardUri}}?panelId={{alert.panelId}}&fullscreen&edit&tab=alert"> <a href="dashboard/{{alert.dashboardUri}}?panelId={{alert.panelId}}&fullscreen&edit&tab=alert">
......
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