diff options
Diffstat (limited to 'js/io/ui/cloudpopup.reel')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.js | 2 | ||||
-rw-r--r-- | js/io/ui/cloudpopup.reel/css/cloudpopup.css | 2 | ||||
-rwxr-xr-x | js/io/ui/cloudpopup.reel/css/cloudpopup.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/io/ui/cloudpopup.reel/cloudpopup.js b/js/io/ui/cloudpopup.reel/cloudpopup.js index f81dc93c..d256f226 100755 --- a/js/io/ui/cloudpopup.reel/cloudpopup.js +++ b/js/io/ui/cloudpopup.reel/cloudpopup.js | |||
@@ -75,7 +75,7 @@ exports.CloudPopup = Montage.create(Component, { | |||
75 | // | 75 | // |
76 | if (this.application.ninja.coreIoApi.cloudAvailable()) { | 76 | if (this.application.ninja.coreIoApi.cloudAvailable()) { |
77 | this.components.status.style.color = '#77FF00'; | 77 | this.components.status.style.color = '#77FF00'; |
78 | this.components.status.innerHTML = 'Connected'; | 78 | this.components.status.innerHTML = 'Connected to '+this.application.ninja.coreIoApi.cloudData.name; |
79 | } else { | 79 | } else { |
80 | this.components.status.style.color = '#FF3A3A'; | 80 | this.components.status.style.color = '#FF3A3A'; |
81 | this.components.status.innerHTML = 'Disconnected'; | 81 | this.components.status.innerHTML = 'Disconnected'; |
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css index 81e0742f..b42263b9 100644 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.css +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css | |||
@@ -116,5 +116,5 @@ | |||
116 | width: 80px; | 116 | width: 80px; |
117 | text-align: center; | 117 | text-align: center; |
118 | float: right; | 118 | float: right; |
119 | margin: 4px 0px 0px 8px; | 119 | margin: 8px 0px 0px 8px; |
120 | } | 120 | } |
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss index ec03eb01..1ae5579b 100755 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss | |||
@@ -121,5 +121,5 @@ $grey_light: #494949; | |||
121 | width: 80px; | 121 | width: 80px; |
122 | text-align: center; | 122 | text-align: center; |
123 | float: right; | 123 | float: right; |
124 | margin: 4px 0px 0px 8px; | 124 | margin: 8px 0px 0px 8px; |
125 | } \ No newline at end of file | 125 | } \ No newline at end of file |