mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-02-20 23:29:35 +00:00
Allow deleting of firmwares
This commit is contained in:
parent
d6276f7246
commit
cbcc175c84
6 changed files with 58 additions and 4 deletions
|
|
@ -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=[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue