summaryrefslogtreecommitdiffstats
path: root/web/html/systems.top.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/systems.top.html.in')
-rw-r--r--web/html/systems.top.html.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/html/systems.top.html.in b/web/html/systems.top.html.in
new file mode 100644
index 0000000..a17ab73
--- /dev/null
+++ b/web/html/systems.top.html.in
@@ -0,0 +1,20 @@
+<div style="height: 4em"></div>
+
+<form id="form">
+ <div class="form-group">
+ <div class="row">
+ <div class="col-md-4">
+ <h2>All systems</h2>
+ </div>
+
+ <div class="col-md-8">
+ <div class="btn-group" role="group">
+ <a href="{Url}?name=ALL&amp;command=start"><button type="button" class="btn btn-success">start</button></a>
+ <a href="{Url}?name=ALL&amp;command=stop"><button type="button" class="btn btn-warning">stop</button></a>
+ </div>
+
+ <a href="{Url}?name=ALL&amp;command=kill"><button type="button" class="btn btn-danger">kill</button></a>
+ </div>
+ </div>
+
+ <div style="height: 4em"></div>