commit | 45755bf13453e590430fa68aae4b6756f66c1f71 | [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 | 1d45700505da35cbafeaefd7f0f6b6e7054b8a36 | |
parent | d871de04c00cc4104b32a5dc9e04db04a75b39b0 [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 +