diff --git a/src/app/views/user_tasks/user_tasks.component.html b/src/app/views/user_tasks/user_tasks.component.html index 38485c0..18d68c4 100644 --- a/src/app/views/user_tasks/user_tasks.component.html +++ b/src/app/views/user_tasks/user_tasks.component.html @@ -44,9 +44,9 @@ - - --> + diff --git a/src/app/views/user_tasks/user_tasks.component.ts b/src/app/views/user_tasks/user_tasks.component.ts index 0eb368b..63d6163 100644 --- a/src/app/views/user_tasks/user_tasks.component.ts +++ b/src/app/views/user_tasks/user_tasks.component.ts @@ -262,6 +262,9 @@ export class UserTasksComponent implements OnInit { this.SelectedTaskItems = []; } } + + + firmware_type_changed(type: any) { this.SelectedTask['data']['strategy'] = type; if (type == 'system') {