forked from forkanization/Proxmox-arm64
Update ScriptItem.tsx
This commit is contained in:
@@ -97,7 +97,7 @@ function ScriptHeader({ item }: { item: Script }) {
|
|||||||
{...item.install_methods.find((m) => m.type === "alpine")!.resources!}
|
{...item.install_methods.find((m) => m.type === "alpine")!.resources!}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div className="mt-2 text-sm font-medium text-foreground">
|
<div className="flex flex-col gap-2 text-sm text-muted-foreground">
|
||||||
{renderStatus()}
|
{renderStatus()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user