mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-20 03:36:46 +00:00
Update new-template-dialog.component.html
This commit is contained in:
parent
92cfb2d94a
commit
09fe6dbcbb
@ -158,7 +158,7 @@
|
||||
[uploader]="uploaderImage"/>
|
||||
<button class="button" mat-raised-button (click)="file2.click()">Import</button>
|
||||
<button class="button" mat-raised-button (click)="downloadImage(image)">Download</button>
|
||||
<button class="button" mat-raised-button color="primary" (click)="createQemuTemplate(image)">Create</button>
|
||||
<button *ngIf="checkImage(image)" class="button" mat-raised-button color="primary" (click)="createQemuTemplate(image)">Create</button>
|
||||
</div>
|
||||
</div>
|
||||
</mat-list-item>
|
||||
|
Loading…
Reference in New Issue
Block a user