summaryrefslogtreecommitdiff
path: root/www/templates/montage.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-09 19:18:30 -0400
committerARC <arjunrc@gmail.com>2015-05-09 19:18:30 -0400
commitfdb1d93c54e4c67639185f2c859b1fec6a5fb904 (patch)
tree3e4154164a3fc8f349503748b30fd99cd4946607 /www/templates/montage.html
parentbfe426a83bfcd32bac22bc06cccb15f15a9f9450 (diff)
Added support to limit maximum monitors in Montage View and also added a portal alias - those who many not be using one can keep this empty
Diffstat (limited to 'www/templates/montage.html')
-rw-r--r--www/templates/montage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index d8c6ac53..2cbe9fa9 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -16,8 +16,8 @@
</div>
<!-- Hi:{{slider.monsize}} {{devWidth}} -->
<div class="wrapper">
-
- <span ng-repeat="monitor in monitors">
+{{monLimit}}
+ <span ng-repeat="monitor in monitors| limitTo: monLimit">
<header class="header">&nbsp;<i class="ion-monitor"></i> {{monitor.Monitor.Name}}&nbsp;</header>