1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #4234: Fix AR for Virtual Network Templates (#4265)

This commit is contained in:
Sergio Betanzos 2020-02-27 11:32:29 +01:00 committed by GitHub
parent 58f90345e8
commit a35fecf4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "";