Skip to content
Snippets Groups Projects
Unverified Commit a9f0a7a9 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #225 from...

Merge pull request #225 from nmaas-platform/210-the-access-modal-should-open-for-all-applications-even-those-that-have-a-single-access-method

removed redundant `Access` button
parents 1f034be1 9378cadb
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,7 @@
</button>
<ul class="dropdown-menu">
<ng-container *ngIf="getStateAsEnum(appInstanceStatus?.state) === AppInstanceState.RUNNING">
<li *ngIf="shouldDisplayButton()">
<a href="{{validateURL(appInstance?.serviceAccessMethods[0].url)}}" role="button">
{{'APP_INSTANCE.GO_TO_APP_BUTTON' | translate}}
</a>
</li>
<li *ngIf="shouldDisplayModal()">
<li>
<a role="button" (click)="this.accessMethodsModal.show()">
{{'APP_INSTANCE.APP_ACCESS_METHODS' | translate}}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment