added sorting to list of nodes and topics
This commit is contained in:
16
index.html
16
index.html
@@ -44,7 +44,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li> <a href="#rosbridgeconnection" data-toggle="tab">
|
||||
ROS Bridge Connection
|
||||
ROS Bridge Connection
|
||||
<span id="rosbridgeconnection_badge" class="badge">
|
||||
Not Connected
|
||||
</span></a></li>
|
||||
@@ -99,8 +99,8 @@
|
||||
<div class="panel-body">
|
||||
|
||||
<div class="row">
|
||||
<label class="col-sm-2">
|
||||
Bar Title
|
||||
<label class="col-sm-2">
|
||||
Bar Title
|
||||
</label>
|
||||
|
||||
<div class="progress">
|
||||
@@ -112,8 +112,8 @@
|
||||
|
||||
<div class="row">
|
||||
|
||||
<label class="col-sm-2">
|
||||
Up Time (s):
|
||||
<label class="col-sm-2">
|
||||
Up Time (s):
|
||||
</label>
|
||||
|
||||
<div class="col-sm-1" id="UpTime">
|
||||
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<div id="ConnectionIPForm" class="form-group has-warning" align="center">
|
||||
<span>
|
||||
<label id="ConnectionIPLabel" class="control-label" for="inputWarning">
|
||||
Connection Warning
|
||||
Connection Warning
|
||||
</label>
|
||||
</span>
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
<div class="input-group">
|
||||
<input type="text" id="ConnectionIPInput" class="form-control" placeholder="bag_filename" placeholder="No IP Address yet">
|
||||
<span class="input-group-btn">
|
||||
<button id="ConnectionButton" type="button" onclick="ros.attemptConnection()">
|
||||
<button id="ConnectionButton" type="button" onclick="ros.attemptConnection()" class=""btn btn-warning">
|
||||
Connect
|
||||
<script type="text/javascript">
|
||||
document.getElementById("ConnectionIPInput").value = ros.connectionName;
|
||||
|
||||
Reference in New Issue
Block a user