commit | a52654f9f0e3be8e85f9139ab263b998b541ddda | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Wed Mar 09 13:35:31 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Mar 09 13:35:31 2016 -0800 |
tree | 29dfd4d2876b9a8497caf6523613505fb28dbd51 | |
parent | fc9bf9ebbf61710d4f347ffc3ff04a964b1760a8 [diff] |
green cloud
diff --git a/xos/core/static/observer_status.js b/xos/core/static/observer_status.js index 3dafae4..cb4fb5b 100644 --- a/xos/core/static/observer_status.js +++ b/xos/core/static/observer_status.js
@@ -11,7 +11,7 @@ icon = "/static/img/green-cloud.gif"; } else { tooltip = "observer is offline"; - icon = "/static/img/red-cloud.gif"; + icon = "/static/img/green-cloud.gif"; } html = '<span style="margin-left: 16px; cursor: pointer;" title="' + tooltip + '"><img src="' + icon +