From 81961cdbd7425fdbda06f59d98025c95b954b249 Mon Sep 17 00:00:00 2001 From: fherrero <fherrero@iri.upc.edu> Date: Tue, 9 Nov 2021 20:04:40 +0100 Subject: [PATCH] Update html --- html/public.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/public.html b/html/public.html index 32fb0ab..1c7779b 100644 --- a/html/public.html +++ b/html/public.html @@ -156,7 +156,11 @@ document.getElementById("team_id").innerHTML = team_name_param_value; document.getElementById("team_id").style.color= team_color_param_value; document.getElementById("challenge_id").innerHTML = challenge_param_value; - document.getElementById("service_info").innerHTML = jury_mode_param_value; + //document.getElementById("service_info").innerHTML = jury_mode_param_value; + if(jury_mode_param_value=="Disabled") + document.getElementById("service_info").innerHTML = "Autonomous"; + else + document.getElementById("service_info").innerHTML = "Manual"; // document.getElementById("timer_output").innerHTML = localStorage.getItem('attempt_time'); // document.getElementById("slot_timer_output").innerHTML = localStorage.getItem('slot_timer_output'); @@ -262,7 +266,7 @@ <div class="row"> <div style="width: 45%"> <label class="section">Mode             </label> - <span class="section2" id="service_info" >Disabled</span> + <span class="section2" id="service_info" >Autonomous</span> <br> <label class="section">Feedback</label> <br> -- GitLab