mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7796: UI > network > detail view > data provider > remove unnecessary module check.
This commit is contained in:
parent
8acdd7fbf2
commit
26cf97e2de
@ -1385,12 +1385,7 @@
|
||||
async: true,
|
||||
success: function(json) {
|
||||
var jsonObj = json.listnetworksresponse.network[0];
|
||||
addExtraPropertiesToGuestNetworkObject(jsonObj);
|
||||
|
||||
if (isModuleIncluded("dr")) {
|
||||
cloudStack.dr.sharedFunctions.addExtraProperties(jsonObj, "Network");
|
||||
}
|
||||
|
||||
addExtraPropertiesToGuestNetworkObject(jsonObj);
|
||||
args.response.success({
|
||||
actionFilter: cloudStack.actionFilter.guestNetwork,
|
||||
data: jsonObj
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user