diff options
author | CruiseDevice | 2018-10-29 20:08:20 +0530 |
---|---|---|
committer | CruiseDevice | 2018-10-29 20:08:20 +0530 |
commit | f904c6be625b93858bf5262d75f1fbb1a98c6a86 (patch) | |
tree | 4b6e8b39c2a92c0b0e7f80a92d55d738b9703f8f /sbhs/templates | |
parent | dc1b49fc5ef5803160f0b0df5f8076e77e37926d (diff) | |
download | sbhs_server-f904c6be625b93858bf5262d75f1fbb1a98c6a86.tar.gz sbhs_server-f904c6be625b93858bf5262d75f1fbb1a98c6a86.tar.bz2 sbhs_server-f904c6be625b93858bf5262d75f1fbb1a98c6a86.zip |
Create separate button for testing boards
Diffstat (limited to 'sbhs/templates')
-rw-r--r-- | sbhs/templates/dashboard/test_boards.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbhs/templates/dashboard/test_boards.html b/sbhs/templates/dashboard/test_boards.html index c9a6330..50a62e9 100644 --- a/sbhs/templates/dashboard/test_boards.html +++ b/sbhs/templates/dashboard/test_boards.html @@ -22,7 +22,6 @@ These SBHS servers did not respond - <br/> <strong>{{dead_servers|join:", "}}</strong> </div> - {% endif %} <table class = "table table-striped" id = "tableId"> <thead> @@ -58,8 +57,11 @@ </table> <br/><br/> <form class = "form-horizontal" action = "" method="POST" autocomplete="off"> - {% csrf_token %} - <center><button class = "btn btn-primary" name="reset_all" value="reset_all">Reset all boards</button></center> + {% csrf_token %} + <span> + <center><button class = "btn btn-primary" name="update_boards" value="update_boards">Update all boards</button> + <button class = "btn btn-primary" name="reset_all" value="reset_all">Reset all boards</button></center> + </span> </form> </div> |