Skip to content

Commit 3fe7bfa

Browse files
jleveuglejleveugle
authored andcommitted
fix: avoid instantiation of vs-repeat too early
1 parent cf0d530 commit 3fe7bfa

File tree

1 file changed

+2
-1
lines changed
  • packages/manager/modules/pci/src/projects/project/sidebar

1 file changed

+2
-1
lines changed

packages/manager/modules/pci/src/projects/project/sidebar/sidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ <h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.pr
1717
</div>
1818
</div>
1919
</div>
20-
<div class="h-100 position-relative d-none d-md-block">
20+
<div class="h-100 position-relative d-none d-md-block" data-ng-if="!$ctrl.isLoading">
2121
<div class="w-100 h-100 position-absolute" style="overflow: auto;" data-sidebar-menu></div>
2222
</div>
23+
<oui-spinner size="s" data-ng-if="$ctrl.isLoading"></oui-spinner>
2324
</div>
2425
<div data-ng-if="$ctrl.isDisplayingProjectsList"
2526
class="project-list px-3 py-md-4">

0 commit comments

Comments
 (0)