hot fix for configure interfaces buttons

Change-Id: I95cf342cf8cd77b87b628edd42798dbbd5cfc968
This commit is contained in:
astepanchuk 2013-10-31 11:54:15 +02:00
parent 2d00da657b
commit 9899c6e7bb

View File

@ -1092,6 +1092,10 @@ function(utils, models, commonViews, dialogViews, nodesManagementPanelTemplate,
}, this))
.fail(_.bind(function() {
utils.showErrorDialog({title: 'Interfaces configuration'});
}, this))
.always(_.bind(function() {
this.disableControls(false);
this.checkForChanges();
}, this));
},
setupButtonsBindings: function() {