mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
fix: vaultwarden info mismatch (#645)
This commit is contained in:
parent
4bb5741707
commit
47ecc7a006
@ -56,7 +56,7 @@ export default function ScriptAccordion({
|
||||
value={expandedItem}
|
||||
onValueChange={handleAccordionChange}
|
||||
collapsible
|
||||
className="overflow-y-scroll max-h-[calc(100vh-210px)] overflow-x-hidden mt-3 p-2"
|
||||
className="overflow-y-scroll max-h-[calc(100vh-220px)] overflow-x-hidden mt-3 p-2"
|
||||
>
|
||||
{items.map((category) => (
|
||||
<AccordionItem
|
||||
|
@ -47,7 +47,7 @@
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
|
||||
"text": "Build Settings for normal LXC: 6GB RAM - 6GB Storage - 4vCPU",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user