web: Added new loader graphic.
This commit is contained in:
parent
fa9965b2a0
commit
081a85de48
4 changed files with 24 additions and 6 deletions
|
@ -342,10 +342,8 @@ function render_loading_spinner()
|
|||
{
|
||||
return `
|
||||
<div class="loading-events">
|
||||
<span class="loader" title="Loading...">
|
||||
<i class="fa-solid fa-fw fa-spin fa-hurricane"
|
||||
style="--fa-animation-duration: 0.5s;"></i>
|
||||
</span>
|
||||
</div>
|
||||
`
|
||||
<div class="loader" title="Loading...">
|
||||
<img src="icon/loader-fragment.svg"/>
|
||||
</div>
|
||||
</div>`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue