rusackas commented on code in PR #33782:
URL: https://github.com/apache/superset/pull/33782#discussion_r2150672882
##########
superset/templates/superset/basic.html:
##########
@@ -63,16 +76,66 @@
{% block body %}
<div id="app" data-bootstrap="{{ bootstrap_data }}">
- <img
- src="{{ assets_prefix }}/static/assets/images/loading.gif"
- style="
- width: 50px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- "
- />
+ <div class="spinner">
Review Comment:
Oops... I thought I already pulled in the SVG code here from the actual SVG
file, rather than duplicating the code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]