Skip to content

Commit

Permalink
change update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeyro committed Jan 24, 2024
1 parent 7467cb8 commit 736584c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ <h3><em style="color: #337ab7;">{{ translateState(appInstanceStatus?.state) }}</
<button class="btn btn-danger"
*roles="['ROLE_DOMAIN_ADMIN', 'ROLE_SYSTEM_ADMIN']"
(click)="this.appAbortModal.show()">{{'APP_INSTANCE.ABORT_BUTTON' | translate}}</button>
<button *roles="['ROLE_SYSTEM_ADMIN' ]">
<a role="button" (click)="this.openVersionUpdateModal()">
{{'APP_INSTANCES.MANUAL_UPDATE.HEADER' | translate}}
</a>
</button>
</div>

<!-- if application is already running -->
Expand Down

0 comments on commit 736584c

Please sign in to comment.