summaryrefslogtreecommitdiff
path: root/root.template
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-10-10 23:49:03 +0200
committerJulian T <julian@jtle.dk>2020-10-10 23:49:03 +0200
commit99ed444a0fc9e7065597d133e35b3cb9b4033063 (patch)
tree90849563556c7c80a76206cc5a39144d82992d1f /root.template
parent5af37b83f0204bb43218547defbf7c6c817986a6 (diff)
Added ability to change locationHEADmaster
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>