deployment ready

This commit is contained in:
Rohit
2019-06-07 01:50:06 -04:00
parent 28f9d5041d
commit 622b0d9490
51 changed files with 25784 additions and 181 deletions

View File

@@ -5,10 +5,10 @@
<div class="panel-body">
<form class="form-inline" role="form" onsubmit="return validateForm()">
<div id="ConnectionIPForm" class="form-group has-warning" align="center">
<div id="ConnectionIPForm" class="form-group" align="center">
<span>
<label id="ConnectionIPLabel" class="control-label" for="inputWarning">
Connection Warning
Connect To:
</label>
</span>
@@ -16,7 +16,7 @@
<div class="input-group">
<input type="text" id="ConnectionIPInput" class="form-control" placeholder="ROS Bridge Master IP" placeholder="No IP Address yet">
<span class="input-group-btn">
<button id="ConnectionButton" type="button" onclick="ros.attemptConnection()" class="btn btn-warning">
<button id="ConnectionButton" type="button" onclick="ros.attemptConnection()" class="btn btn-primary">
Connect
<script type="text/javascript">
document.getElementById("ConnectionIPInput").value = ros.connectionName;