Let the user know what we are waiting for

This commit is contained in:
Johannes Zellner
2017-01-05 16:31:23 +01:00
parent 2d6d8a7ea8
commit a858a4b4c1

View File

@@ -35,7 +35,8 @@
<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-cog fa-spin fa-5x"></i><br/>
<h3>Waiting for DNS and SSL</h3>
</div>
</div>
</div>