Activate Deploy Changes button after networks update

This commit is contained in:
Julia Kirnosova 2013-02-08 17:27:00 +04:00 committed by default
parent 10ce632d78
commit 3c8137c42a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function(models, commonViews, dialogViews, networkTabTemplate, networkTabViewMod
}
}, this),
complete: _.bind(function() {
this.model.get('tasks').fetch({data: {cluster_id: this.model.id}});
this.model.fetch();
}, this)
});
}