diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-05-01 16:43:08 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-05-18 23:11:33 +0000 |
| commit | cd0440e7a089735e312314e9d30fda90ef8e1b8c (patch) | |
| tree | 9ed445c14d14cb4baec9af82f74474c7aa6385ee /app/login/controllers/login-controller.html | |
| parent | 844dace6a578c1b28c74874ec4797f9008cd1dfd (diff) | |
| download | phosphor-webui-cd0440e7a089735e312314e9d30fda90ef8e1b8c.tar.gz phosphor-webui-cd0440e7a089735e312314e9d30fda90ef8e1b8c.zip | |
Rename BMC Host/IP field on login
Renamed the BMC Host/BMC IP Address field:
"BMC Host or BMC IP Address".
Like Password and Username, this is displayed as all caps.
We got feedback that "Host" could mean a lot of things
and should specify this is the BMC.
Closes openbmc/openbmc#3147
Change-Id: If8b4e7b8a8bf912631fb39cc271ee87ce38c470d
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/login/controllers/login-controller.html')
| -rw-r--r-- | app/login/controllers/login-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/login/controllers/login-controller.html b/app/login/controllers/login-controller.html index dbbe695..16c5e82 100644 --- a/app/login/controllers/login-controller.html +++ b/app/login/controllers/login-controller.html @@ -12,7 +12,7 @@ </div> <div class="columns large-6 disabled"> <form id="login__form" action=""> - <label >Host</label> + <label >BMC Host or BMC IP Address</label> <input type="text" ng-model="host" required ng-class="{error: error}" autofocus ng-keydown="tryLogin(host, username, password, $event)" ng-disabled="dataService.loading"> <label for="username">Username</label> |

