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

View File

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