diff options
| author | Derick Montague <derick.montague@ibm.com> | 2019-07-31 22:35:48 -0500 |
|---|---|---|
| committer | Derick Montague <derick.montague@ibm.com> | 2019-08-12 18:04:45 -0500 |
| commit | 30d7c6377f70382088436c7a4830663eb522d588 (patch) | |
| tree | 3a245b51116351b59fccf888d85ce0fa6b73d670 /app/server-health/controllers/log-controller.html | |
| parent | c652ed1889599da3ca2a0e0d36979e099f9b3b8c (diff) | |
| download | phosphor-webui-30d7c6377f70382088436c7a4830663eb522d588.tar.gz phosphor-webui-30d7c6377f70382088436c7a4830663eb522d588.zip | |
Update overview page to use new UI patterns
- Use page, section, list-pair to establish
consistent layout
- Update header and overview page to use new
caret icon
- Reordered Server and BMC information to
accomodate small screen views
- Added chevron icons to create consistency
between header and server overview page
quick links
- Changed edit hostname text to use the
standard icon
- Added OR operator to short circuit the server
model, server serial number, and server manufacturer
to display N/A if the information is not available
Change-Id: I6619f5369ff290555142e85aa432e901c4f93d2d
Signed-off-by: Derick Montague <derick.montague@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 3b164bd..3921c20 100644 --- a/app/server-health/controllers/log-controller.html +++ b/app/server-health/controllers/log-controller.html @@ -30,7 +30,7 @@ <log-search-control></log-search-control> <!-- filters --> <log-filter></log-filter> - <section id="event-log__events" class="row column"> + <section class="row column event-log__events"> <div id="event__actions-bar" class="row header__actions-bar no-margin"> <div class="column small-1 large-1 event-log__col-check"> <label class="control-check"> |

