From 79c335f60cfdc39e81d9543fda35d9618b0ecd4b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 26 Aug 2014 13:05:07 -0700 Subject: [PATCH] Add cluster: Fix blank row being added; remove useless notification poll --- ui/scripts/system.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index fdd0f9ad3bf..dc48a456d8a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -14290,7 +14290,8 @@ } } args.response.success({ - data: item + data: item, + actionFilter: clusterActionfilter }); }, error: function (XMLHttpResponse) { @@ -14298,17 +14299,6 @@ args.response.error(errorMsg); } }); - }, - - notification: { - poll: function (args) { - args.complete({ - actionFilter: clusterActionfilter, - data: { - state: 'Enabled' - } - }); - } } } },