summaryrefslogtreecommitdiffstatshomepage
path: root/web/commands.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/commands.html')
-rw-r--r--web/commands.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/commands.html b/web/commands.html
new file mode 100644
index 00000000000..1a38f257688
--- /dev/null
+++ b/web/commands.html
@@ -0,0 +1,3 @@
+<a href="javascript:executeCommands('softreset');" data-role="button">Soft reset</a>
+<a href="javascript:executeCommands('hardreset');" data-role="button">Hard reset</a>
+<a href="javascript:executeCommands('exit');" data-role="button">Exit</a>