mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
gpu usage and vram charts
This commit is contained in:
@@ -4,7 +4,7 @@ export default function ({ msg }: { msg?: string }) {
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center h-full absolute inset-0">
|
||||
{msg ? (
|
||||
<p className={"opacity-60 mb-2 text-center px-4"}>{msg}</p>
|
||||
<p className={"opacity-60 mb-2 text-center text-sm px-4"}>{msg}</p>
|
||||
) : (
|
||||
<LoaderCircleIcon className="animate-spin h-10 w-10 opacity-60" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user