Skip to content

Commit

Permalink
NAS-123634: Logs/Shell button is missing for apps that are in "Deploy…
Browse files Browse the repository at this point in the history
…ing" state (#8643)
  • Loading branch information
AlexKarpov98 authored Aug 24, 2023
1 parent 339557d commit 53e184e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h4>{{ 'Containers' | translate }}</h4>
</ng-container>
</div>
<div
*ngIf="app.status === chartReleaseStatus.Active"
*ngIf="app.status === chartReleaseStatus.Active || app.status === chartReleaseStatus.Deploying"
class="container-action"
>
<button
Expand Down

0 comments on commit 53e184e

Please sign in to comment.