mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 09:46:14 +00:00
Merge branch '2.2' into master-3.0
This commit is contained in:
commit
c1fa038f27
@ -67,7 +67,7 @@
|
|||||||
<div *ngIf="newImageSelected">
|
<div *ngIf="newImageSelected">
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept=".bin"
|
accept=".bin, .image, .iol"
|
||||||
#file
|
#file
|
||||||
class="nonvisible"
|
class="nonvisible"
|
||||||
(change)="uploadImageFile($event)"
|
(change)="uploadImageFile($event)"
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept=".bin"
|
accept=".bin, .image, .iol"
|
||||||
#file
|
#file
|
||||||
class="nonvisible"
|
class="nonvisible"
|
||||||
(change)="uploadImageFile($event)"
|
(change)="uploadImageFile($event)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user