From 9899c6e7bbd973613de23850d6b9f9e3d8fb45cb Mon Sep 17 00:00:00 2001 From: astepanchuk Date: Thu, 31 Oct 2013 11:54:15 +0200 Subject: [PATCH] hot fix for configure interfaces buttons Change-Id: I95cf342cf8cd77b87b628edd42798dbbd5cfc968 --- nailgun/static/js/views/cluster_page_tabs/nodes_tab.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nailgun/static/js/views/cluster_page_tabs/nodes_tab.js b/nailgun/static/js/views/cluster_page_tabs/nodes_tab.js index ab961db514..d8d515207b 100644 --- a/nailgun/static/js/views/cluster_page_tabs/nodes_tab.js +++ b/nailgun/static/js/views/cluster_page_tabs/nodes_tab.js @@ -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() {