mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
TODO is resolved
This commit is contained in:
parent
bc25624b88
commit
174bce9ca4
@ -494,7 +494,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.appendChild(document.createTextNode(text));
|
td.appendChild(document.createTextNode(text));
|
||||||
/// TODO: Execute regexp only once for each column.
|
|
||||||
td.className = column_classes[col_idx];
|
td.className = column_classes[col_idx];
|
||||||
if (is_null) {
|
if (is_null) {
|
||||||
td.className += ' null';
|
td.className += ' null';
|
||||||
|
Loading…
Reference in New Issue
Block a user