mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7796: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > dataProvider > remove unnecessary module check.
This commit is contained in:
parent
41fb3e8579
commit
6a587646ae
|
|
@ -1954,11 +1954,6 @@
|
|||
success: function (json) {
|
||||
selectedGuestNetworkObj = json.listnetworksresponse.network[0];
|
||||
addExtraPropertiesToGuestNetworkObject(selectedGuestNetworkObj);
|
||||
|
||||
if (isModuleIncluded("dr")) {
|
||||
cloudStack.dr.sharedFunctions.addExtraProperties(selectedGuestNetworkObj, "Network");
|
||||
}
|
||||
|
||||
args.response.success({
|
||||
actionFilter: cloudStack.actionFilter.guestNetwork,
|
||||
data: selectedGuestNetworkObj
|
||||
|
|
|
|||
Loading…
Reference in New Issue