diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-17 15:07:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-17 15:07:04 -0500 |
| commit | ba6f5a401067c4a170aa2592707352b2ebb110ca (patch) | |
| tree | 7de3d7b84da5ce68fc5a6aa99cc886841c0d998d /www/templates | |
| parent | 485deb664e46fb4c17b4042f8cc7f4012cd2e561 (diff) | |
jshint and changed sort by monitor name #570
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/moment-popover.html | 2 | ||||
| -rw-r--r-- | www/templates/moment.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/moment-popover.html b/www/templates/moment-popover.html index 1d77483d..caf7a1d3 100644 --- a/www/templates/moment-popover.html +++ b/www/templates/moment-popover.html @@ -7,7 +7,7 @@ </a> - <a class="item" ng-href="" ng-click="popover.hide();getMoments('MonitorId');">{{'kMomentMenuByMonitor' | translate}}</a> + <a class="item" ng-href="" ng-click="popover.hide();getMoments('monitorName');">{{'kMomentMenuByMonitor' | translate}}</a> <a class="item" ng-href="" ng-click="popover.hide();getMoments('MaxScore');">{{'kMomentMenuByScore' | translate}}</a> diff --git a/www/templates/moment.html b/www/templates/moment.html index a4da87d4..4720fa28 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -12,7 +12,7 @@ <a class="button button-icon icon ion-android-more-vertical" ng-click="popover.show($event)" ;> </a> </ion-nav-buttons> - <ion-content class="padding" scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll style="background-color:#444444" > + <ion-content class="padding" scroll-sista delegate-handle="moment-delegate" overflow-scroll="false" mouse-wheel-scroll style="background-color:#444444" > <div style="color:white" ng-if="!moments.length"> Nothing to show yet... |
