diff --git a/web_interface/html/agent_tab_launch.html b/web_interface/html/agent_tab_launch.html index 06c04845ae5b0578a2d69e209fdbb3d2f98a20c1..6c71c75ac7580342b3714476a6f6eca547da8caf 100644 --- a/web_interface/html/agent_tab_launch.html +++ b/web_interface/html/agent_tab_launch.html @@ -11,7 +11,7 @@ <button class="button-push navy fullwidth" id="buttonRosMasterStatus" - onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('checkForRosMaster', 'rosMasterStatus', ['rosLaunchMasterStatus','killMasterStatus'], null)" + onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('checkForRosMaster', 'rosMasterStatus', ['rosLaunchMasterStatus','killMasterStatus'], 'buttonRosNodeList')" > Check for ROS Master <div class="div-for-button-highlight-on-touchscreen navy"></div> @@ -27,7 +27,7 @@ <button class="button-push navy fullwidth" id="buttonLaunchRosMaster" - onclick="roslaunch_outputLabelID_clearOtherLabels_clickOtherButtons('master', 'rosLaunchMasterStatus', ['rosMasterStatus','killMasterStatus'], ['buttonRosAgentStatus','buttonRosNodeList'])" + onclick="roslaunch_outputLabelID_clearOtherLabels_clickOtherButtons('master', 'rosLaunchMasterStatus', ['rosMasterStatus','killMasterStatus'], 'buttonRosNodeList')" > Launch ROS Master <div class="div-for-button-highlight-on-touchscreen navy"></div> @@ -59,7 +59,7 @@ <button class="button-push red fullwidth" id="buttonKillRosMaster" - onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('killRosMaster', 'killMasterStatus', ['rosMasterStatus','rosLaunchMasterStatus'], ['buttonRosAgentStatus','buttonRosNodeList'])" + onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('killRosMaster', 'killMasterStatus', ['rosMasterStatus','rosLaunchMasterStatus'], 'buttonRosNodeList')" > Kill ROS Master <div class="div-for-button-highlight-on-touchscreen red"></div>