summaryrefslogtreecommitdiff
path: root/www/templates/monitors-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-16 12:24:05 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-16 12:24:05 -0400
commit5bfd723958f58444142cdd0bc3f6bae3f82a2aec (patch)
treed167b95053b4afacc8f58e7de0c5aa0662d3f4c8 /www/templates/monitors-modal.html
parenteff7486a591e1ec96dbf8bddb0e741a77af50d84 (diff)
resolve CSS/other compliancy notes
Diffstat (limited to 'www/templates/monitors-modal.html')
-rw-r--r--www/templates/monitors-modal.html2
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}} &nbsp;
- <span style="{{stateColor()}}">{{monStatus}}&nbsp;</span>
+ <span ng-style="{'background-color':stateColor()}">&nbsp;{{monStatus}}&nbsp;</span>
</div>
</div>