mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-29 23:40:05 +00:00
commit
ffb0e66b34
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gns3-web-ui",
|
"name": "gns3-web-ui",
|
||||||
"version": "2.2.50",
|
"version": "2.2.52",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "GNS3 Technology Inc.",
|
"name": "GNS3 Technology Inc.",
|
||||||
"email": "developers@gns3.com"
|
"email": "developers@gns3.com"
|
||||||
|
@ -61,7 +61,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)"
|
||||||
|
@ -52,7 +52,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