mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
This commit is contained in:
committed by
Dave Page
parent
2eb151c2d9
commit
54882e061c
@@ -92,6 +92,9 @@
|
||||
(_.isUndefined(value) || _.isNull(value))
|
||||
) {
|
||||
return "<span class='pull-left disabled_cell'>[null]</span>";
|
||||
} else if(columnDef.column_type_internal == 'bytea' ||
|
||||
columnDef.column_type_internal == 'bytea[]') {
|
||||
return "<span class='pull-left disabled_cell'>[" + _.escape(value) + "]</span>";
|
||||
}
|
||||
else {
|
||||
return _.escape(value);
|
||||
|
||||
Reference in New Issue
Block a user