summaryrefslogtreecommitdiffstats
path: root/app/overview/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-23 21:00:31 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-23 21:02:08 -0500
commit24e803495ea55778e311213eeeb6a41d8966d4c5 (patch)
tree1e25cc33fbaa41a77ac65417f35c6da411c21b7a /app/overview/controllers
parent5ea75751e5feb70acfef7439429caddbb263ee32 (diff)
downloadphosphor-webui-24e803495ea55778e311213eeeb6a41d8966d4c5.tar.gz
phosphor-webui-24e803495ea55778e311213eeeb6a41d8966d4c5.zip
Display the "type" of event log on overview page
The overview page before displayed the "Severity" of the event log in the name field. It now displays the type. Type is from the "Message" field in the event log. An example of the type is: "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure". This is much more useful than the "Severity" ( e.g. "xyz.openbmc_project.Logging.Entry.Level.Error"). Severity is still displayed in the event log, above the type. A similar change for the "event logs" page was made here: https://gerrit.openbmc-project.xyz/#/c/8916 Change-Id: Iddf1f99e0ccde5a4f27d709dc280de628eb909ce Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview/controllers')
-rw-r--r--app/overview/controllers/system-overview-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 6899f4b..4865655 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -135,7 +135,7 @@
<p class="inline event__severity high-priority">{{event.severity_code}}</p>
<p class="inline event__timestamp">{{event.Timestamp| date:'MM/dd/yyyy HH:mm:ss '+tmz: tmz}}</p>
<div>
- <p class="inline event__description">{{event.Severity}}</p>
+ <p class="inline event__description">{{event.type}}</p>
</div>
</div>
<div class="column small-1 large-1">
OpenPOWER on IntegriCloud