diff --git a/ui/new/scripts/cloud.core2.ipaddress.js b/ui/new/scripts/cloud.core2.ipaddress.js index 66e7fb76594..83965d17be5 100644 --- a/ui/new/scripts/cloud.core2.ipaddress.js +++ b/ui/new/scripts/cloud.core2.ipaddress.js @@ -242,7 +242,7 @@ function ipJsonToDetailsTab(ipObj) { $actionMenu.find("#action_list").empty(); var noAvailableActions = true; - if(isIpManageable(ipObj.domainid, ipObj.account) == true) { + if(isIpManageable(ipObj.domainid, ipObj.account) == true && ipObj.issourcenat != "true") { buildActionLinkForDetailsTab("Release IP", ipActionMap, $actionMenu, null); noAvailableActions = false; }