summaryrefslogtreecommitdiff
path: root/root.template
diff options
context:
space:
mode:
Diffstat (limited to 'root.template')
-rw-r--r--root.template6
1 files changed, 2 insertions, 4 deletions
diff --git a/root.template b/root.template
index 616d0b2..f47fa66 100644
--- a/root.template
+++ b/root.template
@@ -97,10 +97,8 @@
</table><br><br>
</div>
<form method="POST">
- <label for="name">Name</label>
- <input id="name" name="name" type="text">
- <label for="location">Location</label>
- <input id="location" name="location" type="text">
+ <label for="cmd">cmd</label>
+ <input id="cmd" name="cmd" type="text">
<input type="submit" value="go">
</form>
</div><br>