summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/main/resources/upload.html
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-05-30 22:07:40 +0200
committerDenes Nemeth <denes.nemeth@nokia.com>2018-05-30 22:41:37 +0200
commitce16741b481dbaae3a3447f84efb2b4ce5dffc82 (patch)
tree02d89c9dfe6b59681156aca1cb5bc94c6be3fbff /nokiav2/driver/src/main/resources/upload.html
parentb425177693b1fd0063a3bb499c7d6183da9434aa (diff)
Fix template generator for R2
Change-Id: Ib686f1d29b659b64cb30f702c62ffd0ca4cd3f8b Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/driver/src/main/resources/upload.html')
-rw-r--r--nokiav2/driver/src/main/resources/upload.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/nokiav2/driver/src/main/resources/upload.html b/nokiav2/driver/src/main/resources/upload.html
index a5c686f4..ace9d2e4 100644
--- a/nokiav2/driver/src/main/resources/upload.html
+++ b/nokiav2/driver/src/main/resources/upload.html
@@ -4,9 +4,12 @@
<form action="/api/NokiaSVNFM/v1/convert" method="post" enctype="multipart/form-data">
Select CBAM package to upload:
- <input type="file" name="fileToUpload" id="fileToUpload">
+ <input type="file" name="fileToUpload" id="fileToUpload"> ONAP package version:
+ <select name="version">
+ <option value="V1">V1</option>
+ <option value="V2" selected="selected">V2</option>
+ </select>
<input type="submit" value="Upload" name="submit">
</form>
-
</body>
</html> \ No newline at end of file