diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 58b7a53eb87..57150c7eb75 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -16149,8 +16149,9 @@ if (json.listdedicatedhostsresponse.dedicatedhost != undefined) { var hostItem = json.listdedicatedhostsresponse.dedicatedhost[0]; if (hostItem.domainid != null) { - $.extend(item, hostItem, { - isdedicated: _l('label.yes') + $.extend(item, { + isdedicated: _l('label.yes'), + domainid: hostItem.domainid }); } } else