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