mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Add cluster: Fix blank row being added; remove useless notification poll
This commit is contained in:
parent
117fd14291
commit
79c335f60c
@ -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'
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user