mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 02:01:19 +00:00
fix for docker templates
This commit is contained in:
parent
0e8f9326a3
commit
6fc059bd10
@ -26,7 +26,7 @@
|
||||
[ngModelOptions]="{standalone: true}"
|
||||
[(ngModel)]="selectedImage">
|
||||
<mat-option *ngFor="let image of dockerImages" [value]="image">
|
||||
{{image.filename}}
|
||||
{{image.image}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
<div *ngIf="newImageSelected">
|
||||
|
@ -1,3 +1,3 @@
|
||||
export class DockerImage {
|
||||
filename: string;
|
||||
image: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user