anmolbabu has uploaded a new change for review. Change subject: gluster-nagios-monitoring : Fix for ui-plugin failure ......................................................................
gluster-nagios-monitoring : Fix for ui-plugin failure This patch fixes the issue of removal of plugin from service whenever the tab switches automatically by itself when a selection is made from system tree. Change-Id: Id64e7f4cbe326e62375500cc4cf169a75473b056 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1110799 Signed-off-by: Anmol Babu <[email protected]> --- M gluster-nagios-monitoring/src/js/dashboard-init.js 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/samples-uiplugins refs/changes/92/29192/1 diff --git a/gluster-nagios-monitoring/src/js/dashboard-init.js b/gluster-nagios-monitoring/src/js/dashboard-init.js index a79bcd9..83e25e4 100644 --- a/gluster-nagios-monitoring/src/js/dashboard-init.js +++ b/gluster-nagios-monitoring/src/js/dashboard-init.js @@ -53,7 +53,6 @@ }, SystemTreeSelectionChange: function (selectedItem) { tabManager.setSelectedTreeItem(selectedItem); - tabManager.updateTab(); } }; }]); -- To view, visit http://gerrit.ovirt.org/29192 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id64e7f4cbe326e62375500cc4cf169a75473b056 Gerrit-PatchSet: 1 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: anmolbabu <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
