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

@ -39,7 +39,6 @@ export class DevicesComponent implements OnInit, OnDestroy {
public tz: string;
public ispro:boolean=false;
constructor(
private data_provider: dataProvider,
private route: ActivatedRoute,