🚧 added fetch, persist width

This commit is contained in:
rubn
2026-02-16 23:06:03 +01:00
parent 5ed42b2965
commit 9ebfeab85c
3 changed files with 94 additions and 16 deletions

View File

@@ -318,6 +318,10 @@ function get_jail_infos() {
$r['tags'] = '-';
}
// Get description
$r['description'] = exec("/usr/local/bin/bastille config {$item} get description");
if (!$r['description']) $r['description'] = "-";
// Set defaults for empty values
if (!$r['id']) $r['id'] = "-";
if (!$r['boot']) $r['boot'] = "-";