mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7796: UI > Infrastructure > zones > zone > details tab > dataProvider > remove unnecessary module check.
This commit is contained in:
parent
11c53f0447
commit
429ea8bc95
|
|
@ -8237,11 +8237,7 @@
|
|||
}
|
||||
//override default error handling: cloudStack.dialog.notice({ message: parseXMLHttpResponse(XMLHttpResponse)});
|
||||
});
|
||||
|
||||
if (isModuleIncluded("dr")) {
|
||||
cloudStack.dr.sharedFunctions.addExtraProperties(selectedZoneObj, "Zone");
|
||||
}
|
||||
|
||||
|
||||
args.response.success({
|
||||
actionFilter: zoneActionfilter,
|
||||
data: selectedZoneObj
|
||||
|
|
|
|||
Loading…
Reference in New Issue