Add register button for appstore account

This commit is contained in:
Johannes Zellner
2016-07-26 14:16:48 +02:00
parent 7e3628f4c5
commit adbe862fd3

View File

@@ -91,7 +91,7 @@
</div>
<div class="modal-body">
<center>
<img src="https://cloudron.io/img/logo.png" width="128px" height="128px"/>
<img ng-src="{{ config.webServerOrigin }}/img/logo.png" width="128px" height="128px"/>
</center>
<form name="appstoreLoginForm" role="form" novalidate ng-submit="appstoreLogin.submit()" autocomplete="off">
@@ -119,6 +119,8 @@
</form>
</div>
<div class="modal-footer">
<a class="btn btn-primary pull-left" href="{{ config.webServerOrigin }}/console.html#/register" target="_blank">Register</a>
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-success" ng-click="appstoreLogin.submit()" ng-disabled="appstoreLoginForm.$invalid || appstoreLogin.busy"><i class="fa fa-spinner fa-pulse" ng-show="appstoreLogin.busy"></i> Login</button>
</div>