summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/main/resources/upload.html
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-05-31 00:55:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-31 00:55:37 +0000
commit3ec51cb825272e0ef32c0e7cb197bfc7f1519b97 (patch)
treebb7f52cd3b241328eae331790849b0bd024f1b22 /nokiav2/driver/src/main/resources/upload.html
parent1e6859ddd141a5cbc6d8b9fcd5c190e75c92d7f3 (diff)
parentce16741b481dbaae3a3447f84efb2b4ce5dffc82 (diff)
Merge "Fix template generator for R2"
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