Show progress before any js loads

This commit is contained in:
James Allen 2014-07-21 15:11:54 +01:00
parent 2b85ebf8ec
commit 3468460ed6

View file

@ -11,7 +11,7 @@ block content
.container
h3 Loading...
.progress
.progress-bar(ng-style="{'width': state.load_progress + '%'}")
.progress-bar(style="width: 20%", ng-style="{'width': state.load_progress + '%'}")
.global-alerts(ng-cloak)
.alert.alert-danger.small(ng-if="connection.forced_disconnect")