cog is a circle

This commit is contained in:
Johannes Zellner
2017-01-09 22:58:01 +01:00
parent 16ea13b88c
commit 29581b1f48
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
<div class="main-container ng-cloak text-center" ng-show="busy">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<i class="fa fa-cog fa-spin fa-5x"></i>
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>
</div>
</div>

View File

@@ -35,7 +35,7 @@
<div class="main-container ng-cloak text-center" ng-show="busy">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<i class="fa fa-cog fa-spin fa-5x"></i><br/>
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i><br/>
<h3>Waiting for DNS and SSL</h3>
</div>
</div>
@@ -93,7 +93,7 @@
</div>
<div class="row">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary" ng-disabled="dnsCredentialsForm.$invalid"/><i class="fa fa-cog fa-spin" ng-show="dnsCredentials.busy"></i> Next</button>
<button type="submit" class="btn btn-primary" ng-disabled="dnsCredentialsForm.$invalid"/><i class="fa fa-circle-o-notch fa-spin" ng-show="dnsCredentials.busy"></i> Next</button>
</div>
</div>
</form>