CLOUDSTACK-7796: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > dataProvider > remove unnecessary module check.

This commit is contained in:
Jessica Wang 2014-10-28 11:27:19 -07:00
parent 41fb3e8579
commit 6a587646ae
1 changed files with 0 additions and 5 deletions

View File

@ -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