Toggle buttons

This commit is contained in:
Cryptkeeper
2015-12-18 18:33:43 -06:00
parent 5a9be282f7
commit 8e999cee1b
3 changed files with 50 additions and 9 deletions

View File

@ -35,7 +35,14 @@
</div>
<div id="big-graph"></div>
<div id="big-graph-controls"></div>
<div id="big-graph-controls">
<div id="big-graph-checkboxes"></div>
<button onclick="setAllGraphVisibility(true);">Show All</button>
<button onclick="setAllGraphVisibility(false);">Hide All</button>
</div>
<div id="server-container" class="container"></div>