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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user