Skip to content

Commit

Permalink
handle feedback
Browse files Browse the repository at this point in the history
- show loading when click reload btn
  • Loading branch information
ntqdinh-axonivy committed Dec 31, 2024
1 parent b649e37 commit b7448a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ <h3>Please enter your token to access the security page.</h3>
@if (errorMessage) {
<div class="error-message">{{ errorMessage }}</div>
}
<app-loading-spinner
containerClasses="d-flex justify-content-center position-fixed align-items-center top-0 end-0 bottom-0 start-0 rounded overlay-background z-1"
[key]="LoadingComponentId.SECURITY_MONITOR" />
</div>
</div>
}
<app-loading-spinner
containerClasses="d-flex justify-content-center position-fixed align-items-center top-0 end-0 bottom-0 start-0 rounded overlay-background z-1"
[key]="LoadingComponentId.SECURITY_MONITOR" />
</div>

0 comments on commit b7448a3

Please sign in to comment.