Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit aeabcdf

Browse files
author
Ilya Zolotukhin
committed
VmList.length check added to show spinner
1 parent 822f2a8 commit aeabcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vm/vm-list/vm-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
></cs-vm-filter>
1111
</ng-container>
1212

13-
<ng-container *loading="!vmList" cs-list>
13+
<ng-container *loading="!vmList.length" cs-list>
1414
<ng-container *ngIf="showSubsections && !showSections">
1515
<ng-container *ngFor="let subsection of subsections">
1616
<cs-vm-list-subsection

0 commit comments

Comments
 (0)