From caff015292cc054c90bfb5dcc08006eef3c885a8 Mon Sep 17 00:00:00 2001 From: Winnie <liang15@mcmaster.ca> Date: Tue, 3 Apr 2018 17:10:20 -0400 Subject: [PATCH] Update cluster fixes --- tomcat/webapps/Trawl/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomcat/webapps/Trawl/index.jsp b/tomcat/webapps/Trawl/index.jsp index 93488c0..49007e5 100644 --- a/tomcat/webapps/Trawl/index.jsp +++ b/tomcat/webapps/Trawl/index.jsp @@ -72,8 +72,8 @@ <section id="outputIn"> <%--Map and Histogram must have the same name for default checkbox to function correctly--%> Cluster Size: - <input type="number" id="pickSize" value="clusterSize" > Map - <input type="radio" name="pickOutput" value="cluster" > Map + <input type="number" id="pickSize" value="clusterSize" > + <input type="radio" name="pickOutput" value="cluster" > Cluster <input type="radio" name="pickOutput" value="map"> Map <input type="radio" name="pickOutput" value="heat"> Heatmap <input type="radio" name="pickOutput" value="histogram" checked> Histogram -- GitLab