Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #583 from lucasponce/AlertsCenterWork
Browse files Browse the repository at this point in the history
Fix style changed on Alert details
  • Loading branch information
pilhuhn committed Oct 20, 2015
2 parents 468329c + c37376b commit 8479813
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>{{acd.description | characters: 55}}</h2>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Description
<a class="hk-btn-icon" tabindex="0" role="button" data-toggle="popover" data-html="true" data-placement="top" data-content="Trigger description"><i class="fa fa-info-circle"></i></a>
<a class="hk-btn-icon"><i tooltip="Trigger description" tooltip-trigger tooltip-placement="top" class="fa fa-info-circle"></i></a>
</label>
<div class="col-sm-10">
<span class="hk-input-text">{{acd.description}}</span>
Expand All @@ -54,7 +54,7 @@ <h2>{{acd.description | characters: 55}}</h2>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Resource Path
<a class="hk-btn-icon" tabindex="0" role="button" data-toggle="popover" data-html="true" data-placement="top" data-content="e = environment, f = feed, r = the resource id"><i class="fa fa-info-circle"></i></a>
<a class="hk-btn-icon"><i tooltip="e = environment, f = feed, r = the resource id" tooltip-trigger tooltip-placement="top" class="fa fa-info-circle"></i></a>
</label>
<div class="col-sm-10">
<span class="hk-input-text">{{acd.detailAlert.context.resourcePath}}</span>
Expand Down Expand Up @@ -98,10 +98,10 @@ <h2>Notifications</h2>
<i class="fa fa-envelope-o"></i>
</div>
<div class="hk-info-container">
<span class="email">{{action.actionId}}</span>
<span class="type">{{action.actionPlugin | firstUpper}}</span>
<span class="type">{{action.alert.status | firstUpper}}</span>
<span class="date">{{action.ctime | date:'d MMM yyyy, HH:mm'}}</span>
<div class="hk-info-heading">{{action.actionId}}</div>
<p class="hk-info-info">{{action.actionPlugin | firstUpper}}</p>
<p class="hk-info-info">{{action.alert.status | firstUpper}}</p>
<p class="hk-info-info">{{action.ctime | date:'d MMM yyyy, HH:mm'}}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 8479813

Please sign in to comment.