cockpit/js/instance.js in cpee-1.3.196 vs cockpit/js/instance.js in cpee-1.3.197

- old
+ new

@@ -791,10 +791,10 @@ var ser = ''; $.ajax({ type: "GET", url: url + "/properties/values/attributes/uuid", success: function(res){ - var uuid = $X('<uuid/>'); + var uuid = $X('<uuid xmlns="http://riddl.org/ns/common-patterns/properties/1.0"/>'); uuid.text($('value',res).text()); $("testset > attributes",testset).prepend(uuid); $("testset > attributes > *",testset).each(function(){ ser += $(this).serializeXML() + "\n"; });