mirror of https://github.com/apache/cloudstack.git
Sanitize list view input rendering
This commit is contained in:
parent
3b4690424d
commit
b04254220f
|
|
@ -791,7 +791,6 @@
|
|||
if (field.converter) {
|
||||
content = _l(field.converter(content, dataItem));
|
||||
}
|
||||
|
||||
if (field.editable) {
|
||||
$td.html(_s(content));
|
||||
createEditField($td).appendTo($td);
|
||||
|
|
|
|||
Loading…
Reference in New Issue