diff options
author | Jose Antonio Marquez | 2012-01-31 23:34:44 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-31 23:34:44 -0800 |
commit | 372604713c2f7ac5c0b0ef475cf4043ba3194fec (patch) | |
tree | 731b2c934012e8b3fb9e2e66462269b58103fea9 /js/io/ui/cloudpopup.reel/cloudpopup.js | |
parent | 15e19f5cddc603ed8a2095c228bdb9d9f8a58647 (diff) | |
download | ninja-372604713c2f7ac5c0b0ef475cf4043ba3194fec.tar.gz |
Cloud API Popup Fixes
Minor layout fixes, adjusted functionality slightly, need to check into adjusting the file and directory URL constructs for API changes.
Diffstat (limited to 'js/io/ui/cloudpopup.reel/cloudpopup.js')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.js | 2 |
1 files changed, 1 insertions, 1 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'; |