BMC IP changed to BMC host/IP and corrected the value truncation in webgui.
Resolves openbmc/openbmc#2894
Tested: Running GUI locally and verified the new texts. Also made sure that
value truncation is not happening.
Change-Id: Ic3947b36ef83fe5cb37190a848c85156cc072afd
Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com>
diff --git a/app/common/directives/app-header.html b/app/common/directives/app-header.html
index 3464518..484d906 100644
--- a/app/common/directives/app-header.html
+++ b/app/common/directives/app-header.html
@@ -11,7 +11,7 @@
</button>-->
<div class="inline header__server-name">
<p class="header__hostname">{{dataService.hostname}}</p>
- <p class="header__server-ip courier-bold">BMC IP address {{dataService.server_id}}</p>
+ <p class="header__server-ip courier-bold">BMC host/IP address {{dataService.server_id}}</p>
</div>
<div class="header__functions" ng-class="{'active' : toggle}">
<a class="header__info" ng-click="toggle = !toggle"><span>Server Info</span><i class="icon icon-angle" aria-hidden="true"></i></a>