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">
|
||||
<input
|
||||
type="file"
|
||||
accept=".bin"
|
||||
accept=".bin, .image, .iol"
|
||||
#file
|
||||
class="nonvisible"
|
||||
(change)="uploadImageFile($event)"
|
||||
|
@ -61,7 +61,7 @@
|
||||
</mat-form-field>
|
||||
<input
|
||||
type="file"
|
||||
accept=".bin"
|
||||
accept=".bin, .image, .iol"
|
||||
#file
|
||||
class="nonvisible"
|
||||
(change)="uploadImageFile($event)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user