summaryrefslogtreecommitdiff
path: root/www/templates/events.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events.html')
-rw-r--r--www/templates/events.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index e22d9efb..06ac9a3e 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -64,10 +64,7 @@
<i class="ion-ios-bell-outline"></i> {{event.Event.AlarmFrames}} &nbsp;
<i class="ion-arrow-graph-up-right"></i> {{event.Event.TotScore}}
- <span style="float:right">
- <button class="button button-small icon icon-left ion-ios-eye"
- ng-click="openModal(event.Event.Id, event.Event.Name, event.Event.Length,event.Event.Frames)" >View Footage</button>
- </span>
+
</div>
</div>
@@ -78,8 +75,13 @@
<br/>
<i class="ion-clipboard"></i>&nbsp; {{event.Event.Notes}}
<br/>
+
</div>
</div>
+ <span style="float:right">
+ <button class="button button-small icon icon-left ion-ios-eye"
+ ng-click="openModal(event.Event.Id, event.Event.Name, event.Event.Length,event.Event.Frames)" > View Footage</button>
+ </span>
</ion-item>