hot fix for configure interfaces buttons
Change-Id: I95cf342cf8cd77b87b628edd42798dbbd5cfc968
This commit is contained in:
parent
2d00da657b
commit
9899c6e7bb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user