mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
[myhome lib] added loading tip for grp/shared repos
This commit is contained in:
@@ -106,8 +106,12 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="repos-shared-to-me" class="hide"></div>
|
||||
<div id="group-repos" class="hide"></div>
|
||||
<div id="repos-shared-to-me" class="hide">
|
||||
<img src="{{MEDIA_URL}}img/loading-icon.gif" alt="" class="loading-tip" />
|
||||
</div>
|
||||
<div id="group-repos" class="hide">
|
||||
<img src="{{MEDIA_URL}}img/loading-icon.gif" alt="" class="loading-tip" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user