cabcsl button

This commit is contained in:
CHIEFSOFT\ameye
2024-06-29 12:38:24 -04:00
parent 7a2110d03f
commit 143633be93
+13 -9
View File
@@ -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>-->