summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-22 11:33:54 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-22 11:33:54 +0200
commitac1ea2004cdb34c83115d11b0c3a0c9c2f93a726 (patch)
treeeb15320e0d91a3e02aa1bdc8df36a45e476c8194 /index.html
parent9043754b69c64419c285a703daf203b87af70506 (diff)
Add support for run/stop in the Python interface
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 99f6330..521bd91 100644
--- a/index.html
+++ b/index.html
@@ -158,6 +158,8 @@
<button type="button" class="btn btn-default navbar-btn btn-plan">Plan</button>
<button type="button" class="btn btn-default navbar-btn btn-hint">Hint</button>
<button type="button" class="btn btn-default navbar-btn btn-test">Test</button>
+ <button type="button" class="btn btn-default navbar-btn btn-run">Run</button>
+ <button type="button" class="btn btn-default navbar-btn btn-stop">Stop</button>
</div>
</nav>
<div class="code_editor"></div>