mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 22:39:20 -05:00
Small update to libvirt.php for XML settings consistency
This commit is contained in:
@@ -747,8 +747,8 @@
|
||||
<name>$name</name>
|
||||
<description>" . htmlspecialchars($domain['desc'], ENT_QUOTES | ENT_XML1) . "</description>
|
||||
$metadata
|
||||
<currentMemory>$mem</currentMemory>
|
||||
<memory>$maxmem</memory>
|
||||
<currentMemory unit='KiB'>$mem</currentMemory>
|
||||
<memory unit='KiB'>$maxmem</memory>
|
||||
<memoryBacking>
|
||||
<nosharepages/>
|
||||
</memoryBacking>
|
||||
|
||||
Reference in New Issue
Block a user