mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
add toggle for chart grid layout
This commit is contained in:
@@ -135,7 +135,7 @@ export default function SystemsTable({ filter }: { filter?: string }) {
|
||||
<Button
|
||||
data-nolink
|
||||
variant={'ghost'}
|
||||
className="text-foreground/90 h-7 px-1.5 gap-1.5"
|
||||
className="text-primary/90 h-7 px-1.5 gap-1.5"
|
||||
onClick={() => copyToClipboard(info.getValue() as string)}
|
||||
>
|
||||
{info.getValue() as string}
|
||||
|
||||
Reference in New Issue
Block a user