mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check.
This commit is contained in:
parent
bb01cb8d32
commit
94d00d6945
@ -1531,12 +1531,7 @@
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
var jsonObj = json.listvolumesresponse.volume[0];
|
||||
|
||||
if (isModuleIncluded("dr")) {
|
||||
cloudStack.dr.sharedFunctions.addExtraProperties(jsonObj, "Volume");
|
||||
}
|
||||
|
||||
var jsonObj = json.listvolumesresponse.volume[0];
|
||||
args.response.success({
|
||||
actionFilter: volumeActionfilter,
|
||||
data: jsonObj
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user