summaryrefslogtreecommitdiffstats
path: root/app/login/controllers/login-controller.html
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-04-19 14:37:55 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:34 -0500
commitcd78950815d9b230f0eaa41a947fcae6d4cbbcb7 (patch)
tree3bad52ea935ec87f7fd7da424f5b959f2e4c4c29 /app/login/controllers/login-controller.html
parent994a93b29ddbae647f2cb1aae6ec94e8a26db88c (diff)
downloadphosphor-webui-cd78950815d9b230f0eaa41a947fcae6d4cbbcb7.tar.gz
phosphor-webui-cd78950815d9b230f0eaa41a947fcae6d4cbbcb7.zip
Change navigation structure
Change-Id: I12c819293ce1eda188dc9f257ae9370f1b73cb18 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app/login/controllers/login-controller.html')
-rw-r--r--app/login/controllers/login-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/login/controllers/login-controller.html b/app/login/controllers/login-controller.html
index a249726..0fcbc97 100644
--- a/app/login/controllers/login-controller.html
+++ b/app/login/controllers/login-controller.html
@@ -29,7 +29,7 @@
<input id="login__submit" class="btn-primary submit" type="button" value="Log in" role="button" ng-click="login(username, password)" ng-class="{error: error}" ng-disabled="dataService.loading">
<p class="login__error-msg" role="alert" ng-if="error">Incorrect username or password</p>
- <p class="login__error-msg" role="alert" ng-if="dataService.server_unreachable">Server Unreachable</p>
+ <p class="login__error-msg" role="alert" ng-if="server_unreachable">Server Unreachable</p>
</form>
</div>
</div>
OpenPOWER on IntegriCloud