Allow deleting of firmwares

This commit is contained in:
sepehr 2024-11-29 17:19:24 +03:00
parent d6276f7246
commit cbcc175c84
6 changed files with 58 additions and 4 deletions

View file

@ -181,9 +181,11 @@ export class BackupsComponent implements OnInit {
}
});
}
toggleCollapse(): void {
this.filters_visible = !this.filters_visible;
}
restore_backup(apply:boolean=false){
var _slef=this;
if (!apply){
@ -209,6 +211,7 @@ export class BackupsComponent implements OnInit {
});
}
}
start_compare(){
var _self=this;
this.comparecontents=[]