diff options
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 4 |
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"> <i class="ion-monitor"></i> {{monitor.Monitor.Name}} </header> |
