penambahan button cancel device control

This commit is contained in:
2024-06-25 18:06:20 +07:00
parent 8ea2f9f23b
commit fc9947da15
2 changed files with 42 additions and 11 deletions

View File

@@ -61,7 +61,8 @@
(click)="doFilter()"
style="
background-color: #252525 !important;
border-color: #bef264 !important;
border-color: #ffffff !important;
border-radius: 12px;
"
[disabled]="spinnerFilterActive"
>
@@ -76,6 +77,19 @@
*ngIf="spinnerFilterActive"
></i>
</button>
<button
type="button"
class="btn btn-outline-success ml-2"
(click)="doCancelFilter()"
style="
background-color: #252525 !important;
border-color: #ffffff !important;
color: #ffffff;
border-radius: 12px;
"
>
Cancel
</button>
</div>
</div>
</div>