aboutsummaryrefslogtreecommitdiff
path: root/captain/templates/index.html
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-06-21 11:04:31 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-06-21 11:04:31 -0400
commit20091904b7bf4b2074b45e25c7eee0e56d19348b (patch)
tree5c31004eff65466c84ed88cde77cbc712ba04ea6 /captain/templates/index.html
parentcd9283417a4b70335edf7ce0c5d15bfca111b807 (diff)
downloadlevitating-20091904b7bf4b2074b45e25c7eee0e56d19348b.tar.gz
levitating-20091904b7bf4b2074b45e25c7eee0e56d19348b.zip
Groups of instructions are now supported, allowing launching multiple jobs at once
Diffstat (limited to 'captain/templates/index.html')
-rw-r--r--captain/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html
index ae87e72..5d90ad4 100644
--- a/captain/templates/index.html
+++ b/captain/templates/index.html
@@ -16,6 +16,7 @@
<li><a href="{{ base_url }}/jobs.html">Jobs</a></li>
<li><a href="{{ base_url }}/players.html">Players</a></li>
<li><a href="{{ base_url }}/instructions.html">Instructions</a></li>
+ <li><a href="{{ base_url }}/groups.html">Groups</a></li>
<li><a href="{{ base_url }}/about.html">About</a></li>
</ul>
</div>