fix detail with tmpfs mode

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-09 11:15:14 +02:00
parent 3302a048c9
commit de7d50fc03

View file

@ -442,6 +442,7 @@ class DockerActionManager
$mode = "";
if (str_contains($tmp, ':')) {
$mode = explode(':', $tmp)[1];
$tmp = explode(':', $tmp)[0];
}
$tmpfs[$tmp] = $mode;
}