summaryrefslogtreecommitdiffstats
path: root/app/common/directives/app-navigation.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-06-20 13:37:27 -0500
committerEd Tanous <ed.tanous@intel.com>2019-06-27 18:07:43 +0000
commit9cf17f8d391c7a21761cc83f7747a9e4eff7e99a (patch)
treea271b60f59f8902d57534dbdcce20c0659a731ac /app/common/directives/app-navigation.html
parentafcfda7b93704b41c0da3b0634e96f12fd9f91aa (diff)
downloadphosphor-webui-9cf17f8d391c7a21761cc83f7747a9e4eff7e99a.tar.gz
phosphor-webui-9cf17f8d391c7a21761cc83f7747a9e4eff7e99a.zip
Capitalize System logs correctly
The other panels capitalize the first word only. E.g. Hardware status, Server power operations, and Manage power usage. Follow this standard. Change-Id: Icbbc2df25e1a3c9dd5e44db4c1d3f6a9f8252144 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common/directives/app-navigation.html')
-rw-r--r--app/common/directives/app-navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index 6bd2c79..a22dc0b 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -30,7 +30,7 @@
</li>
<li ng-class="{'active': (path == '/server-health/sys-log')}" ng-show="dataService.configJson.redfishSupportEnabled">
<a href="#/server-health/sys-log" ng-click="closeSubnav()"
- tabindex="{{(showSubMenu && firstLevel == 'server-health') ? 0 : -1}}">System Logs</a>
+ tabindex="{{(showSubMenu && firstLevel == 'server-health') ? 0 : -1}}">System logs</a>
</li>
</ul>
</li>
OpenPOWER on IntegriCloud