Skip to content

Commit

Permalink
Merge pull request #1529 from GNS3/2.2
Browse files Browse the repository at this point in the history
Release v2.2.52
  • Loading branch information
grossmj authored Dec 2, 2024
2 parents 985d3a9 + 28d2719 commit ffb0e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gns3-web-ui",
"version": "2.2.50",
"version": "2.2.52",
"author": {
"name": "GNS3 Technology Inc.",
"email": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="col">New IOU device template</h1>
<div *ngIf="newImageSelected">
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="col">IOU device configuration</h1>
</mat-form-field>
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"
Expand Down

0 comments on commit ffb0e66

Please sign in to comment.