diff --git a/src/sunstone/public/app/tabs/vnets-templates-tab/panels/ar.js b/src/sunstone/public/app/tabs/vnets-templates-tab/panels/ar.js index 01b49861c6..c601071201 100644 --- a/src/sunstone/public/app/tabs/vnets-templates-tab/panels/ar.js +++ b/src/sunstone/public/app/tabs/vnets-templates-tab/panels/ar.js @@ -52,7 +52,7 @@ define(function(require) { this.title = Locale.tr("Addresses"); this.icon = "fa-align-justify"; - this.element = info[XML_ROOT]; + this.element = JSON.parse(JSON.stringify(info[XML_ROOT])); this.last_selected_row_ar = "";