mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update AppImage
This commit is contained in:
@@ -1028,7 +1028,9 @@ export function VirtualMachines() {
|
||||
<div
|
||||
className="text-sm text-foreground prose prose-sm max-w-none dark:prose-invert"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: decodeURIComponent(vmDetails.config.description.replace(/%0A/g, "\n")),
|
||||
__html: decodeURIComponent(
|
||||
vmDetails.config.description.replace(/%0A/g, "\n"),
|
||||
).replace(/\n/g, "<br>"),
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user