mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-28 14:54:28 +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">
|
||||
<button cButton color="warning" size="sm" (click)="editAddTask(item,'edit');"><i
|
||||
class="fa-regular fa-pen-to-square"></i></button>
|
||||
<button cButton color="info" size="sm" (click)="confirm_run(item);" class="mx-1"><i
|
||||
class="fa-solid fa-bolt"></i></button>
|
||||
<button cButton color="danger" size="sm" (click)="confirm_delete(item);"><i
|
||||
<!-- <button cButton color="info" size="sm" (click)="confirm_run(item);" class="mx-1"><i
|
||||
class="fa-solid fa-bolt"></i></button> -->
|
||||
<button class=" mx-1" cButton color="danger" size="sm" (click)="confirm_delete(item);"><i
|
||||
class="fa-regular fa-trash-can"></i></button>
|
||||
</ng-template>
|
||||
</gui-grid-column>
|
||||
|
|
|
@ -262,6 +262,9 @@ export class UserTasksComponent implements OnInit {
|
|||
this.SelectedTaskItems = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
firmware_type_changed(type: any) {
|
||||
this.SelectedTask['data']['strategy'] = type;
|
||||
if (type == 'system') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue