mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-18 00:40:19 +00:00
Merge branch '2.2' into master-3.0
This commit is contained in:
commit
c1fa038f27
src/app/components/preferences/ios-on-unix
add-iou-template
iou-template-details
@ -67,7 +67,7 @@
|
||||
<div *ngIf="newImageSelected">
|
||||
<input
|
||||
type="file"
|
||||
accept=".bin"
|
||||
accept=".bin, .image, .iol"
|
||||
#file
|
||||
class="nonvisible"
|
||||
(change)="uploadImageFile($event)"
|
||||
|
2
src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html
2
src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html
@ -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