summaryrefslogtreecommitdiff
path: root/www/templates/state.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/state.html')
-rw-r--r--www/templates/state.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/state.html b/www/templates/state.html
index 33df994e..e5ad16d1 100644
--- a/www/templates/state.html
+++ b/www/templates/state.html
@@ -14,7 +14,8 @@
<div class="col">
ZoneMinder:
</div>
- <div class="col" style="text-align:right; {{color}}">
+
+ <div class="col" ng-style="{'text-align':'right','color':color}">
{{zmRun}}
<p>{{customState}}</p>
</div>