Remove (non existent) controls from event view

This commit is contained in:
Kyle Johnson 2015-02-11 15:31:16 -05:00
parent eacfe5814d
commit 894ea34075
1 changed files with 0 additions and 7 deletions

View File

@ -7,13 +7,6 @@
<div id="eventStream" ng-show="stream">
<img class="img-responsive" ng-src="/cgi-bin/nph-zms?source=event&mode=jpeg&event={{eventId}}&frame=1&scale=100&rate=100&maxfps=30&replay=single" />
<div>
<span class="pull-right">{{ startTime | DateDiff:endTime:'pretty' }}</span>
<div id="controls" class="text-center">
Start || Pause
</div>
</div>
</div>
<div ng-include="'/views/event-frames-stills.html'"></div>
</div>