mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Fix no data message alignment and table selector name (#77700)
* on multiple queries show no data message aligned + set a default table name for empty series * simplify style * check if there are fields
This commit is contained in:
@@ -372,7 +372,7 @@ export const Table = memo((props: Props) => {
|
||||
</CustomScrollbar>
|
||||
</div>
|
||||
) : (
|
||||
<div style={{ height: height - headerHeight }} className={tableStyles.noData}>
|
||||
<div style={{ height: height - headerHeight, width }} className={tableStyles.noData}>
|
||||
No data
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user