mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-07 06:37:17 +02:00
Smaller font size for data table
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
124f36e670
commit
074b4eb36e
@ -113,7 +113,7 @@ const DataTable: FC<TableProps> = ({ expr, evalTime, retriggerIdx }) => {
|
|||||||
}}
|
}}
|
||||||
styles={{ loader: { width: "100%", height: "100%" } }}
|
styles={{ loader: { width: "100%", height: "100%" } }}
|
||||||
/>
|
/>
|
||||||
<Table highlightOnHover>
|
<Table highlightOnHover fz="xs">
|
||||||
<Table.Tbody>
|
<Table.Tbody>
|
||||||
{resultType === "vector" ? (
|
{resultType === "vector" ? (
|
||||||
limitSeries<InstantSample>(result).map((s, idx) => (
|
limitSeries<InstantSample>(result).map((s, idx) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user