Functionality of Schedule Direct Btn
This commit is contained in:
parent
e2d871f7fb
commit
713dc1b06d
@ -19,7 +19,7 @@
|
||||
<mat-card-actions>
|
||||
<div style="width: 100%">
|
||||
<div style="float: left">
|
||||
<button mat-flat-button class="borderless-btn" color="primary">Schedule</button>
|
||||
<button mat-flat-button class="borderless-btn" color="primary" [routerLink]="['/taskgroups', taskgroup!.taskgroupID, 'tasks', task!.taskID, 'schedule']">Schedule</button>
|
||||
<button mat-flat-button class="yellowBtn">Start now</button>
|
||||
<button mat-flat-button class="grayBtn" >Edit</button>
|
||||
<!--<button mat-raised-button>Copy</button>-->
|
||||
|
Loading…
Reference in New Issue
Block a user