diff options
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 02b46a37..86407756 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -202,6 +202,6 @@ </ul> </div> <div ng-if="!showPTZ" class="monitor-modal-text">{{monitorName}} - <span style="{{stateColor()}}">{{monStatus}} </span> + <span ng-style="{'background-color':stateColor()}"> {{monStatus}} </span> </div> </div> |
