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

bug #3503: Clear custom attributes section

This commit is contained in:
Daniel Molina 2015-01-19 16:24:18 +01:00
parent fa7831965b
commit eba9ef50f0

View File

@ -2112,6 +2112,8 @@ function generate_custom_attrs(context, custom_attrs) {
'</div>'+
'</div>');
})
} else {
context.html("");
}
}