Skip to content

Commit

Permalink
small fix for production
Browse files Browse the repository at this point in the history
  • Loading branch information
assimbly committed Mar 17, 2022
1 parent 742e955 commit 8869b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/app/entities/flow/flow.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ <h2>Flows</h2>
<button class="btn btn-outline-primary" id="dropdownMenuActions" ngbDropdownToggle style="min-width: 160px">Actions</button>
<div ngbDropdownMenu aria-labelledby="dropdownMenuButton">
<button ngbDropdownItem (click)="navigateToFlowEditor('edit','connector')" *jhiHasAnyAuthority="'ROLE_ADMIN'">Create Connector</button>
<button ngbDropdownItem (click)="navigateToFlowEditor('edit','esb')" *jhiHasAnyAuthority="'ROLE_ADMIN'">Create Service</button>
<button ngbDropdownItem (click)="navigateToFlowEditor('edit','api')" *jhiHasAnyAuthority="'ROLE_ADMIN'">Create API</button>
<!-- uncomment to link to esb or api editor -->
<!--<button ngbDropdownItem (click)="navigateToFlowEditor('edit','esb')" *jhiHasAnyAuthority="'ROLE_ADMIN'">Create Service</button> -->
<!--<button ngbDropdownItem (click)="navigateToFlowEditor('edit','api')" *jhiHasAnyAuthority="'ROLE_ADMIN'">Create API</button>-->
<button ngbDropdownItem [routerLink]="['../flow', 'message-sender']">Send Message</button>
</div>
</div>
Expand Down

0 comments on commit 8869b2d

Please sign in to comment.