Skip to content

Commit

Permalink
NAS-131712: PR Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Oct 13, 2024
1 parent 313386b commit ea18f63
Showing 1 changed file with 13 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,17 @@ <h4>
</div>
@if (app().state === AppState.Running || app().state === AppState.Deploying) {
<div class="container-action">
<!-- TODO: https://ixsystems.atlassian.net/browse/NAS-130392 -->
@if (container.state === AppContainerState.Running) {
<button
*ixRequiresRoles="requiredRoles"
mat-icon-button
matTooltipPosition="above"
[attr.aria-label]="'Shell' | translate"
[ixTest]="[container.service_name, 'shell']"
[matTooltip]="'Shell' | translate"
(click)="shellButtonPressed(container.id)"
>
<ix-icon name="mdi-console"></ix-icon>
</button>
}
<button
*ixRequiresRoles="requiredRoles"
mat-icon-button
matTooltipPosition="above"
[attr.aria-label]="'Shell' | translate"
[ixTest]="[container.service_name, 'shell']"
[matTooltip]="'Shell' | translate"
(click)="shellButtonPressed(container.id)"
>
<ix-icon name="mdi-console"></ix-icon>
</button>
<button
mat-icon-button
matTooltipPosition="above"
Expand All @@ -72,7 +69,7 @@ <h4>
>
<ix-icon name="mdi-folder-outline"></ix-icon>
</button>


<button
mat-icon-button
Expand All @@ -85,7 +82,7 @@ <h4>
<ix-icon name="mdi-text-box"></ix-icon>
</button>


</div>
}
</div>
Expand Down

0 comments on commit ea18f63

Please sign in to comment.