1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00

Add CSS spinner while loading locks content (#527)

* Add CSS spinner while loading locks content
This commit is contained in:
gbrodman
2020-03-24 15:33:17 -04:00
committed by GitHub
parent acf0baf048
commit d663bf4db5
2 changed files with 47 additions and 1 deletions

View File

@@ -18,7 +18,15 @@
{template .settings}
<h1>Registry lock</h1>
<br>
<div id="locks-content"></div>
<div id="locks-content">
// CSS-ified loading spinner
<div class="{css('lds-ring')}">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
{/template}
{template .locksContent}