mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-28 23:04:34 +02:00
remove unused button from user tasks
This commit is contained in:
parent
69af8e0e8e
commit
fbd7a52079
2 changed files with 6 additions and 3 deletions
|
@ -44,9 +44,9 @@
|
||||||
<ng-template let-value="item.id" let-item="item" let-index="index">
|
<ng-template let-value="item.id" let-item="item" let-index="index">
|
||||||
<button cButton color="warning" size="sm" (click)="editAddTask(item,'edit');"><i
|
<button cButton color="warning" size="sm" (click)="editAddTask(item,'edit');"><i
|
||||||
class="fa-regular fa-pen-to-square"></i></button>
|
class="fa-regular fa-pen-to-square"></i></button>
|
||||||
<button cButton color="info" size="sm" (click)="confirm_run(item);" class="mx-1"><i
|
<!-- <button cButton color="info" size="sm" (click)="confirm_run(item);" class="mx-1"><i
|
||||||
class="fa-solid fa-bolt"></i></button>
|
class="fa-solid fa-bolt"></i></button> -->
|
||||||
<button cButton color="danger" size="sm" (click)="confirm_delete(item);"><i
|
<button class=" mx-1" cButton color="danger" size="sm" (click)="confirm_delete(item);"><i
|
||||||
class="fa-regular fa-trash-can"></i></button>
|
class="fa-regular fa-trash-can"></i></button>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</gui-grid-column>
|
</gui-grid-column>
|
||||||
|
|
|
@ -262,6 +262,9 @@ export class UserTasksComponent implements OnInit {
|
||||||
this.SelectedTaskItems = [];
|
this.SelectedTaskItems = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
firmware_type_changed(type: any) {
|
firmware_type_changed(type: any) {
|
||||||
this.SelectedTask['data']['strategy'] = type;
|
this.SelectedTask['data']['strategy'] = type;
|
||||||
if (type == 'system') {
|
if (type == 'system') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue