mirror of https://github.com/rancher/ui.git
parent
80fe59887a
commit
0ffd65045d
|
|
@ -1,5 +1,5 @@
|
||||||
{{#multi-container-stats model=model linkName=linkName emitMaps=true as |stats|}}
|
{{#multi-container-stats model=model linkName=linkName emitMaps=true as |stats|}}
|
||||||
{{#liquid-if (eq mode "small")}}
|
{{#liquid-if (eq mode "small") class=(if stats.loading 'child-loading')}}
|
||||||
{{#if stats.loading}}
|
{{#if stats.loading}}
|
||||||
<span class="text-muted" style="position: relative; top: 3px;">Connecting…</span>
|
<span class="text-muted" style="position: relative; top: 3px;">Connecting…</span>
|
||||||
{{else if stats.active}}
|
{{else if stats.active}}
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,8 @@
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.child-loading {
|
||||||
|
>.liquid-child {
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue