Skip to content

Commit 79c335f

Browse files
committed
Add cluster: Fix blank row being added; remove useless notification poll
1 parent 117fd14 commit 79c335f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Diff for: ui/scripts/system.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -14290,25 +14290,15 @@
1429014290
}
1429114291
}
1429214292
args.response.success({
14293-
data: item
14293+
data: item,
14294+
actionFilter: clusterActionfilter
1429414295
});
1429514296
},
1429614297
error: function (XMLHttpResponse) {
1429714298
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
1429814299
args.response.error(errorMsg);
1429914300
}
1430014301
});
14301-
},
14302-
14303-
notification: {
14304-
poll: function (args) {
14305-
args.complete({
14306-
actionFilter: clusterActionfilter,
14307-
data: {
14308-
state: 'Enabled'
14309-
}
14310-
});
14311-
}
1431214302
}
1431314303
}
1431414304
},

0 commit comments

Comments
 (0)