mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7796: UI > instances > detail view > data provider > remove unnecessary module check.
This commit is contained in:
parent
dd7026b20e
commit
2423f2c79a
|
|
@ -1910,11 +1910,7 @@
|
|||
else
|
||||
jsonObj.xenserverToolsVersion61plus = false;
|
||||
}
|
||||
|
||||
if (isModuleIncluded("dr")) {
|
||||
cloudStack.dr.sharedFunctions.addExtraProperties(jsonObj, "UserVM");
|
||||
}
|
||||
|
||||
|
||||
args.response.success({
|
||||
actionFilter: vmActionfilter,
|
||||
data: jsonObj
|
||||
|
|
|
|||
Loading…
Reference in New Issue