diff --git a/backend/js/ros_scripts.js b/backend/js/ros_scripts.js index 477b52a..1814286 100644 --- a/backend/js/ros_scripts.js +++ b/backend/js/ros_scripts.js @@ -198,5 +198,8 @@ function getMasterName() service.callService(request, function(result) { console.log('Master Name = ' + result.host); document.getElementById("MasterName").innerHTML = result.host; + var title = result.host + " Lab UI" + document.title = title; + document.getElementById("Title").innerHTML = title; }); } diff --git a/index.html b/index.html index 495539f..c4f4d82 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp