summaryrefslogtreecommitdiffstats
path: root/app/common/directives/log-event.html
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-06-28 11:06:16 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit54c22e4fcc2a4bda780b10e7623697dc4118cd9f (patch)
tree9cbd72c6677a29e4c4efdf31fa523d78f019c77e /app/common/directives/log-event.html
parent2c16effe0a15a45be531d229343ff913627110db (diff)
downloadphosphor-webui-54c22e4fcc2a4bda780b10e7623697dc4118cd9f.tar.gz
phosphor-webui-54c22e4fcc2a4bda780b10e7623697dc4118cd9f.zip
Add dynamic content to system overview page
Change-Id: Id47db28c9ec7b4dc39b9b690797087e1970ce328 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app/common/directives/log-event.html')
-rw-r--r--app/common/directives/log-event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/directives/log-event.html b/app/common/directives/log-event.html
index 70d7dee..6b8f972 100644
--- a/app/common/directives/log-event.html
+++ b/app/common/directives/log-event.html
@@ -21,7 +21,7 @@
<div class="column small-9 large-9 event-log__event-info"
ng-click="event.meta = ! event.meta">
<p class="inline event__priority event-resolved" ng-hide="event.Resolved == 0">Resolved</p>
- <p class="inline event__priority med-priority" ng-class="{'low-priority': event.priority == 'Low', 'medium-priority': event.priority == 'Medium', 'high-priority': event.priority == 'High'}" ng-hide="event.Resolved == 1">{{event.priority}}</p>
+ <p class="inline event__priority" ng-class="{'low-priority': event.priority == 'Low', 'medium-priority': event.priority == 'Medium', 'high-priority': event.priority == 'High'}" ng-hide="event.Resolved == 1">{{event.priority}}</p>
<p class="inline event__severity">{{event.severity_code}}</p>
<p class="inline event__description">{{event.Severity}}</p>
<div>
OpenPOWER on IntegriCloud