DeviceInfo: Fix scrub misplacement when array stopped

A simple empty line insertion to get Markdown working okay
This commit is contained in:
bergware
2023-02-16 09:32:44 +01:00
parent 018465420a
commit 3721cbc2b0
+1
View File
@@ -950,6 +950,7 @@ _(btrfs check status)_:
<form markdown="1" method="POST" action="/update.php" target="progressFrame" onsubmit="prepareFS(this,'zfs-scrub-<?=$tag?>','<?=$tag?>')">
<?if ($disk['fsStatus']=="Mounted"):?>
<?exec("$docroot/webGui/scripts/zfs_scrub status $tag", $scrub_status, $retval)?>
_(zfs scrub status)_:
: <?echo "<pre id='zfs-scrub'>".implode("\n", $scrub_status)."</pre>"?>