Merge pull request #1529 from GNS3/2.2

Release v2.2.52
This commit is contained in:
Jeremy Grossmann 2024-12-02 11:26:33 +10:00 committed by GitHub
commit ffb0e66b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "gns3-web-ui",
"version": "2.2.50",
"version": "2.2.52",
"author": {
"name": "GNS3 Technology Inc.",
"email": "developers@gns3.com"

View File

@ -61,7 +61,7 @@
<div *ngIf="newImageSelected">
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"

View File

@ -52,7 +52,7 @@
</mat-form-field>
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"