mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08: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 a new issue