commit | 7afaae7bcc8ef3847c47c558c2675de97e3be2d5 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Tue Aug 15 17:02:32 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:17:32 2017 -0500 |
tree | 5e8e2e17ebb47312414f0c1b879f8e0280e07ffb | |
parent | 640d28a8a8cce40bce190b827131b86d6e806368 [diff] |
fixing minor icon changes Change-Id: Ib7840ac31d7e50fbdd19f6663797d8ac2577045b Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
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>