mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
Changes words in upload template.
This commit is contained in:
parent
f7d3af4a59
commit
81420c60c7
@ -2,10 +2,10 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>Select & Upload an image for GNS3</h1>
|
<h1>Select & Upload an image for GNS3</h1>
|
||||||
<form enctype="multipart/form-data" action="/upload" method="post">
|
<form enctype="multipart/form-data" action="/upload" method="post">
|
||||||
File: <input type="file" name="file" /><br>
|
File path: <input type="file" name="file" /><br>
|
||||||
Image type: <select name="type" />
|
File type: <select name="type" />
|
||||||
<option value="IOU">IOU</option>
|
<option value="IOU">IOU</option>
|
||||||
<option value="IOURC">IOU licence</option>
|
<option value="IOURC">IOU licence (iourc)</option>
|
||||||
<option value="IOS">IOS</option>
|
<option value="IOS">IOS</option>
|
||||||
<option value="QEMU">Qemu</option>
|
<option value="QEMU">Qemu</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user