Skip to content
Snippets Groups Projects
Commit 09ed8193 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Typo fix: queuq->queue

parent 6c855016
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<button class="btn btn-link p-0" (click)="toggleDetails()">{{ job.jobspec_name }}</button>
</ng-container>
<ng-template #notHomeTabName>
<a [routerLink]="['/jobs']" [queryParams]="{pattern: job.jobspec_id, queuq: jobspec.queueName}">{{job.jobspec_name}}</a>
<a [routerLink]="['/jobs']" [queryParams]="{pattern: job.jobspec_id, queue: jobspec.queueName}">{{job.jobspec_name}}</a>
<button class="btn btn-xs btn-outline-primary border-0 ml-2" (click)="toggleDetails()">
<fa-icon [icon]="faCaretDown" *ngIf="!detailsExposed"></fa-icon>
<fa-icon [icon]="faCaretUp" *ngIf="detailsExposed"></fa-icon>
......
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