Add cluster: Fix blank row being added; remove useless notification poll

This commit is contained in:
Brian Federle 2014-08-26 13:05:07 -07:00
parent 117fd14291
commit 79c335f60c

View File

@ -14290,7 +14290,8 @@
} }
} }
args.response.success({ args.response.success({
data: item data: item,
actionFilter: clusterActionfilter
}); });
}, },
error: function (XMLHttpResponse) { error: function (XMLHttpResponse) {
@ -14298,17 +14299,6 @@
args.response.error(errorMsg); args.response.error(errorMsg);
} }
}); });
},
notification: {
poll: function (args) {
args.complete({
actionFilter: clusterActionfilter,
data: {
state: 'Enabled'
}
});
}
} }
} }
}, },