summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/templates/monitors-modal.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index b4927503..4ea01df8 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -67,8 +67,7 @@
</button>
<button mfb-button icon="ion-arrow-expand" label="pan/tilt/zoom" ng-click="togglePTZ();">
</button>
- <button mfb-button icon="ion-close" label="exit live view" ng-click="closeModal();">
- </button>
+
</nav>
<nav mfb-menu position="tr" effect="zoomin" label="collapse" active-icon="ion-chevron-up" resting-icon="ion-chevron-down" toggling-method="click">
@@ -76,6 +75,8 @@
</button>
<button mfb-button icon="ion-android-arrow-forward" label="next monitor" ng-click="onTap(monitorId,1);">
</button>
+ <button mfb-button icon="ion-close" label="exit live view" ng-click="closeModal();">
+ </button>
</nav>