mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-7892: UI > stroage > volume > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
This commit is contained in:
parent
7e7641f0e8
commit
30026ee175
@ -1537,7 +1537,13 @@
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
var jsonObj = json.listvolumesresponse.volume[0];
|
||||
var jsonObj = json.listvolumesresponse.volume[0];
|
||||
|
||||
$(window).trigger('cloudStack.module.sharedFunctions.addExtraProperties', {
|
||||
obj: jsonObj,
|
||||
objType: "Volume"
|
||||
});
|
||||
|
||||
args.response.success({
|
||||
actionFilter: volumeActionfilter,
|
||||
data: jsonObj
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user