Skip to content
Snippets Groups Projects
Commit 3ab79c47 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

WS-1594: Added ability to open requests in a new tab from the active requests page

parent dec8483d
No related branches found
No related tags found
3 merge requests!1390Catch up with Main,!1308Catchup with main 2.8.1,!1294WS-1594: Added ability to open requests in a new tab from the active requests page
Pipeline #9250 passed
......@@ -135,14 +135,15 @@
<tbody>
<tr *ngFor="let request of (sortedActiveRequests$ | async) | slice:pageStart:pageStop; trackBy: trackActiveRequests">
<td>
<button
<a
routerLink="/workspaces/request-status/{{ request.id }}"
type="button"
class="btn btn-light"
(click)="capabilityRequestService.redirectToRequestStatusPage(request.id, false)"
>
<strong class="pr-2">{{ request.id }}</strong>
<app-status-badge [capabilityRequest]="request"></app-status-badge>
</button>
</a>
</td>
<td>{{ getExecutionStatusName(request) }}</td>
<td>{{ getMetadata(request).sdm_id }}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment