mirror of https://github.com/apache/cloudstack.git
Fix descriptions for sticky method names
This commit is contained in:
parent
03b4ac91e1
commit
55c5df2568
|
|
@ -44,13 +44,15 @@
|
|||
|
||||
stickinessCapabilities.push({ methodname: 'none', paramlist: [] });
|
||||
|
||||
$(stickinessCapabilities).each(function(stickyCapability) {
|
||||
$(stickinessCapabilities).each(function() {
|
||||
var stickyCapability = this;
|
||||
|
||||
stickyOptions.push({
|
||||
id: stickyCapability.methodname,
|
||||
description: stickyCapability.methodname
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
args.response.success({
|
||||
data: stickyOptions
|
||||
}, 500);
|
||||
|
|
|
|||
Loading…
Reference in New Issue