Misc event log changes
* changed styles of priority tags
* fixed alignment issues with checkboxes
* moved event ID and time stamp to top and event description
below. Allows more room for long event descriptions without
wrapping or truncating.
* changed status filter label to be more accurate
Change-Id: I471bc480cfc1ab1b58753e21546f3b862a287c58
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/controllers/log-controller.html b/app/server-health/controllers/log-controller.html
index a5dc5a7..ef1d78e 100644
--- a/app/server-health/controllers/log-controller.html
+++ b/app/server-health/controllers/log-controller.html
@@ -4,7 +4,7 @@
</div>
<section class="row column">
<div class="page-header">
- <h2 class="inline h4">All events generated by the system</h2>
+ <h2 class="inline h4">All events generated from the BMC</h2>
<div class="event-log__timezone inline float-right">
<button class="dropdown__button" ng-click="timezone = timezone == true ? false : true;" toggle-flag="timezone"
>User timezone: <span ng-show="tmz== 'EDT'">EDT (UTC-4)</span><span ng-show="tmz=='UTC'">UTC - 0</span>