aboutsummaryrefslogtreecommitdiff
path: root/static/admin/index.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2019-12-21 21:25:21 +0200
committerGitHub <noreply@github.com>2019-12-21 21:25:21 +0200
commita8f60c31b75fe5a3c91a6595585738523f1cad25 (patch)
tree7528a3042e37765e286c9490f5b321e6799acb41 /static/admin/index.html
parent96394ffb854ec6b8f17aa1ef105eb9ff92e5e676 (diff)
parent12e885ad58d44d55603a64906d1dcf7f1d961b4c (diff)
cState v4.0 Final (#82)
cState v4.0 Final
Diffstat (limited to 'static/admin/index.html')
-rw-r--r--static/admin/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/admin/index.html b/static/admin/index.html
index 595add0..3071a98 100644
--- a/static/admin/index.html
+++ b/static/admin/index.html
@@ -33,6 +33,11 @@
var resultOfState = 'This incident has been resolved.';
}
+ if (entry.getIn(['data', 'informational']) === true) {
+ var resultOfStateProps = {"class": "green"};
+ var resultOfState = '';
+ }
+
return h('div', {},
h('h1', {}, entry.getIn(['data', 'title'])),