cabcsl button
This commit is contained in:
@@ -142,17 +142,21 @@
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button
|
||||
color="danger"
|
||||
size="small"
|
||||
shape="round"
|
||||
fill="solid"
|
||||
(click)="taskCancel()"
|
||||
>Cancel Request</ion-button><span
|
||||
style="font-size: 12px; color:red;padding-top: 5px;">
|
||||
I am not able to perform this task.</span>
|
||||
<div>
|
||||
<ion-button
|
||||
color="danger"
|
||||
size="small"
|
||||
shape="round"
|
||||
fill="solid"
|
||||
(click)="taskCancel()"
|
||||
>Cancel Request</ion-button>
|
||||
</div>
|
||||
|
||||
<!-- <div color=danger class="ion-text-wrap task_button" (click)="taskCancel()">Send cancellation request</div>-->
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<span style="font-size: 12px; color:red;padding-top: 5px;">I am not able to perform this task.</span>
|
||||
</ion-col>
|
||||
<!-- <ion-col>-->
|
||||
<!-- <div color="secondary" class="ion-text-wrap task_button cpl" (click)="taskCompleted()">Send completion Message</div>-->
|
||||
<!-- </ion-col>-->
|
||||
|
||||
Reference in New Issue
Block a user