mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 21:17:51 +00:00
Add .iol extension filter to image dialog. Ref https://github.com/GNS3/gns3-gui/issues/3664
This commit is contained in:
parent
c1fa038f27
commit
bbb7f08925
@ -39,7 +39,7 @@
|
||||
<div class="col-md-4 txt-align" *ngIf="uploaderImage.queue.length <= 0">
|
||||
<input
|
||||
type="file"
|
||||
accept=".bin,.image,.qcow2,.vmdk"
|
||||
accept=".bin,.image,.iol,.qcow2,.vmdk"
|
||||
multiple
|
||||
#file
|
||||
class="non-visible"
|
||||
|
Loading…
Reference in New Issue
Block a user