Add execution and recording status.

This commit is contained in:
David Walsh
2019-04-16 18:23:23 -04:00
parent 2687f2e4de
commit e0fe291366
2 changed files with 62 additions and 4 deletions

View File

@@ -84,6 +84,11 @@
Teaching Mode Operations
</div>
<div class="panel-body text-center">
<span class="row">
<label id="RecordingStatusLabel" class="label-warning">
Bag manager not connected!
</label>
</span>
<button id="recordingStartButton" type="button" onclick="triggerService('/aescape/bags/startTeachRecording')" class="btn btn-primary">
Start Teach Recording
</button>
@@ -97,9 +102,18 @@
<div class="panel-heading">
Execution Mode Operations
</div>
<div class="panel-body text-center">
<span class="row">
<label id="ExecutionStatusLabel" class="label-warning">
Bag manager not connected!
</label>
</span>
Last Bag Playing:
<span id="bagPlayingText">
<span id="lastbagText">
None
</span>
<div>
@@ -124,6 +138,8 @@
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>