diff options
Diffstat (limited to 'www/templates/moment-popover.html')
| -rw-r--r-- | www/templates/moment-popover.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/templates/moment-popover.html b/www/templates/moment-popover.html index 8cc8cab4..6d2485ca 100644 --- a/www/templates/moment-popover.html +++ b/www/templates/moment-popover.html @@ -8,12 +8,14 @@ </a> - <a class="item" ng-href="" ng-click="popover.remove();getMoments('monitorName');">{{'kMomentMenuByMonitor' | translate}} + <a class="item" ng-href="" ng-click="popover.remove();getMoments('monitorName');">{{'kMomentMenuByMonitor' | + translate}} <i ng-if="::isChecked('kMomentMenuByMonitor')" class="ion-checkmark"></i> </a> - <a class="item" ng-href="" ng-click="popover.remove();getMoments('MaxScore');">{{'kMomentMenuByScore' | translate}} + <a class="item" ng-href="" ng-click="popover.remove();getMoments('MaxScore');">{{'kMomentMenuByScore' | + translate}} <i ng-if="::isChecked('kMomentMenuByScore')" class="ion-checkmark"></i> </a> |
