summaryrefslogtreecommitdiffstats
path: root/api_bootos_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'api_bootos_test.html')
-rw-r--r--api_bootos_test.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/api_bootos_test.html b/api_bootos_test.html
deleted file mode 100644
index e48fb21..0000000
--- a/api_bootos_test.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addbootos/apikey/apikey1' method='POST'>
-Title:<input name='title' type='text'/>
-Description:<input name='description' type='text'/>
-Expires:<input name='expires' type='text'/>
-KCL:<input name='defaultkcl' type='text'/>
-Distro:<input name='distro' type='text'/>
-Distro-Version:<input name='distroversion' type='text'/>
-Share:<input name='share' type='text'/>
-Shortname:<input name='shortname' type='text'/>
-Config File:<input name='config' type='file'/>
-Kernel File:<input name='kernel' type='file'/>
-Init File:<input name='init' type='file'/>
-<input type='submit' value='Upload'/>
-</form>
-<style>input{display:block}</style>