From f904c6be625b93858bf5262d75f1fbb1a98c6a86 Mon Sep 17 00:00:00 2001
From: CruiseDevice
Date: Mon, 29 Oct 2018 20:08:20 +0530
Subject: Create separate button for testing boards

---
 sbhs/templates/dashboard/test_boards.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'sbhs/templates')

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>
 
-- 
cgit