mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 14:30:43 +00:00
Merge pull request #1285 from GNS3/bugfix/1282
I resolved "Cannot open new template dialog #1282"
This commit is contained in:
commit
f91a5f657f
@ -96,6 +96,7 @@ export class NewTemplateDialogComponent implements OnInit {
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
if(!this.server.authToken){
|
||||
this.templateService.list(this.server).subscribe((templates) => {
|
||||
this.templates = templates;
|
||||
});
|
||||
@ -105,7 +106,6 @@ export class NewTemplateDialogComponent implements OnInit {
|
||||
if (compute.capabilities.platform === 'linux') this.isLinuxPlatform = true;
|
||||
});
|
||||
});
|
||||
|
||||
this.qemuService.getImages(this.server).subscribe((qemuImages) => {
|
||||
this.qemuImages = qemuImages;
|
||||
});
|
||||
@ -182,6 +182,7 @@ export class NewTemplateDialogComponent implements OnInit {
|
||||
this.uploaderImage.clearQueue();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
updateAppliances() {
|
||||
this.progressService.activate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user