summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/montage.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index 43340041..c27e2ef9 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -53,8 +53,11 @@
- <span ng-repeat="monitor in MontageMonitors|limitTo: monLimit"
- ng-if="monitor.Monitor.Function!='None' && monitor.Monitor.Enabled !='0' ">
+ <!-- <span ng-repeat="monitor in MontageMonitors|limitTo: monLimit"
+ ng-if="monitor.Monitor.Function!='None' && monitor.Monitor.Enabled !='0' ">-->
+
+ <span ng-repeat="monitor in MontageMonitors | onlyEnabled |limitTo: monLimit" >
+