summaryrefslogtreecommitdiffstats
path: root/app/overview
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-05-04 12:37:32 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-05-13 10:31:21 +0000
commita7837ab89e59e4a5989e6b2052ee6874a5f31d3c (patch)
tree4302c895056445cf66cf9aa1b847a11b7c123999 /app/overview
parentfbb63db499eadba214d368977b08af6ee9330f7f (diff)
downloadphosphor-webui-a7837ab89e59e4a5989e6b2052ee6874a5f31d3c.tar.gz
phosphor-webui-a7837ab89e59e4a5989e6b2052ee6874a5f31d3c.zip
Change to "View x High priority events"
Added the verb "View" to the front. This wording watches with other clickable links in the gray box (e.g. "Turn on server LED", "Edit network settings") Change-Id: I5696f92aedc2d83bcb261ff8f849415d5b66d336 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview')
-rw-r--r--app/overview/controllers/system-overview-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index f6c91c3..3992ce5 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -82,7 +82,7 @@
<div class="column large-4 no-padding">
<div class="quick-links">
<a href="#/server-health/event-log/high" class="quick-links__item quick-links__events event-log__events" ng-show="logs.length">
- <p class="inline quick-links__event-copy">{{logs.length}} High priority events</p><!-- link to event log filtered to the high priority events -->
+ <p class="inline quick-links__event-copy">View {{logs.length}} High priority events</p><!-- link to event log filtered to the high priority events -->
</a>
<div class="quick-links__item no-icon">
<p class="inline quick-links__label">BMC time</p>
OpenPOWER on IntegriCloud