forked from platypush/platypush
Reintroduced loading icon spin animation.
This commit is contained in:
parent
3febfabdd7
commit
0fc0a22cd7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
:class="{'with-color-fill': !!colorFill}"
|
:class="{'with-color-fill': !!colorFill}"
|
||||||
:title="prettify(entity.type || '')"
|
:title="prettify(entity.type || '')"
|
||||||
:style="colorFillStyle">
|
:style="colorFillStyle">
|
||||||
<i class="fas fa-spinner loading" v-if="loading" />
|
<i class="fas fa-spinner fa-spin loading" v-if="loading" />
|
||||||
<i class="fas fa-circle-exclamation error" v-else-if="error" />
|
<i class="fas fa-circle-exclamation error" v-else-if="error" />
|
||||||
<Icon v-bind="computedIconNormalized" v-else />
|
<Icon v-bind="computedIconNormalized" v-else />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue