Merge "Fix for fetching Node Network groups after cluster creation"

This commit is contained in:
Jenkins 2015-11-13 17:24:35 +00:00 committed by Gerrit Code Review
commit f5691c04d8
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ function($, _, i18n, React, Backbone, utils, models, componentMixins, dialogs, c
}, this))
.done(_.bind(function() {
this.close();
app.nodeNetworkGroups.fetch();
app.navigate('#cluster/' + this.cluster.id, {trigger: true});
}, this))
.fail(_.bind(function(response) {