diff options
Diffstat (limited to 'www/templates/reorder-modal.html')
| -rw-r--r-- | www/templates/reorder-modal.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html index 7a7a7aa4..bc442128 100644 --- a/www/templates/reorder-modal.html +++ b/www/templates/reorder-modal.html @@ -12,7 +12,8 @@ - <a class="item item-avatar item-icon-right " ng-click="toggleHide($index)" href=""> + + <a ng-class="{ 'item item-avatar item-icon-right' : item.Monitor.listDisplay == 'show', 'item item-avatar item-icon-right eye-background-red' : item.Monitor.listDisplay!='show' }" ng-click="toggleHide($index)" href="" > <img src="{{item.Monitor.streamingURL}}/nph-zms?mode=single&monitor={{item.Monitor.Id}}&scale=50{{$root.authSession}}" fallback-src /> |
