Skip to content

Commit

Permalink
Merge pull request #1034 from noobaa/ohad-fixes
Browse files Browse the repository at this point in the history
Fix cloud sync UI bug
  • Loading branch information
nb-ohad committed Apr 11, 2016
2 parents 1697a8f + a0cf8a7 commit d70751c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/app/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export let tierInfo = ko.observable();
export let cloudSyncInfo = ko.observable();
export let awsCredentialsList = ko.observableArray();
export let awsBucketList = ko.observableArray();
export let areAwsCredentialValid = ko.observable(true);
export let areAwsCredentialValid = ko.observable(true)
.extend({ notify: 'always' });

// Hold the current pool list. derived from system info.
export let poolList = ko.observableArray();
Expand Down

0 comments on commit d70751c

Please sign in to comment.