diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-13 19:07:19 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
| commit | edb195a5e480426f3d67fc0fa00acf6f335dd74b (patch) | |
| tree | 7c9ad26841a154347685324297a6782f1f7b6742 /app/server-health/controllers/log-controller.html | |
| parent | 46f0a1f89a2bbc2470b2b86f67516a09ea386da5 (diff) | |
| download | phosphor-webui-edb195a5e480426f3d67fc0fa00acf6f335dd74b.tar.gz phosphor-webui-edb195a5e480426f3d67fc0fa00acf6f335dd74b.zip | |
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>
Diffstat (limited to 'app/server-health/controllers/log-controller.html')
| -rw-r--r-- | app/server-health/controllers/log-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |

