hide no blocks message when bloks are loading
This commit is contained in:
parent
d50a1cb505
commit
c4e830b8a4
@ -47,5 +47,5 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="text-center text-muted" data-ng-show="!blocks.length">No blocks yet.</h2>
|
||||
<h2 class="text-center text-muted" data-ng-show="!blocks.length && !loading">No blocks yet.</h2>
|
||||
</section>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user