diff options
| author | Jayashankar Padath <jayashankar.padath@in.ibm.com> | 2018-02-16 15:34:55 +0530 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-03-09 16:04:23 +0000 |
| commit | a5f48c7466ec81bda4576af0a9b5d0e30dd4608f (patch) | |
| tree | 6867766f75df9e04d087470074e5ce3e192beec2 /app/overview | |
| parent | 3c837f45b6149a38e11b35d680ec9e8e64d547da (diff) | |
| download | phosphor-webui-a5f48c7466ec81bda4576af0a9b5d0e30dd4608f.tar.gz phosphor-webui-a5f48c7466ec81bda4576af0a9b5d0e30dd4608f.zip | |
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>
Diffstat (limited to 'app/overview')
| -rw-r--r-- | app/overview/controllers/system-overview-controller.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html index 3ec7e6e..094fac0 100644 --- a/app/overview/controllers/system-overview-controller.html +++ b/app/overview/controllers/system-overview-controller.html @@ -44,7 +44,7 @@ <p class="courier-bold overview__hostname">{{dataService.hostname}}</p> </li> <li class="overview__metadata-block"> - <p class="content-label">BMC IP address</p> + <p class="content-label">BMC Host/IP address</p> <p class="courier-bold">{{dataService.server_id}}</p> </li> <li class="overview__metadata-block"> @@ -179,4 +179,4 @@ </div> </div> </section> -<div class="modal-overlay" tabindex="-1" ng-class="{'active': edit_server_name}"></div>
\ No newline at end of file +<div class="modal-overlay" tabindex="-1" ng-class="{'active': edit_server_name}"></div> |

