diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-15 17:02:32 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 14:17:32 -0500 |
| commit | 7afaae7bcc8ef3847c47c558c2675de97e3be2d5 (patch) | |
| tree | 5e8e2e17ebb47312414f0c1b879f8e0280e07ffb /app/overview/controllers/system-overview-controller.html | |
| parent | 640d28a8a8cce40bce190b827131b86d6e806368 (diff) | |
| download | phosphor-webui-7afaae7bcc8ef3847c47c558c2675de97e3be2d5.tar.gz phosphor-webui-7afaae7bcc8ef3847c47c558c2675de97e3be2d5.zip | |
fixing minor icon changes
Change-Id: Ib7840ac31d7e50fbdd19f6663797d8ac2577045b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/overview/controllers/system-overview-controller.html')
| -rw-r--r-- | app/overview/controllers/system-overview-controller.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html index 07fce0b..8d40745 100644 --- a/app/overview/controllers/system-overview-controller.html +++ b/app/overview/controllers/system-overview-controller.html @@ -114,7 +114,9 @@ </div> <div class="row column overview__event-log event-log__events" ng-show="!logs.length"> - <h3 class="bold h4">High priority events (0)</h3> + <div class="page-header"> + <h3 class="bold h4">High priority events (0)</h3> + </div> <p>There are no high priority events to display at this time.</p> </div> </div> |

