mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix cell coloring
This commit is contained in:
parent
6092fa4dc3
commit
355e76a48e
@ -284,7 +284,7 @@ export class TableRenderer {
|
|||||||
cellClass = ' class="' + cellClasses.join(' ') + '"';
|
cellClass = ' class="' + cellClasses.join(' ') + '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
columnHtml = '<td' + cellClass + cellStyle + '>' + columnHtml + '</td>';
|
columnHtml = '<td' + cellClass + cellStyle + textStyle + '>' + columnHtml + '</td>';
|
||||||
return columnHtml;
|
return columnHtml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user