mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
dissect: right-align size column in --discover table
This commit is contained in:
@@ -1654,6 +1654,8 @@ static int action_discover(void) {
|
||||
if (!t)
|
||||
return log_oom();
|
||||
|
||||
table_set_align_percent(t, table_get_cell(t, 0, 6), 100);
|
||||
|
||||
HASHMAP_FOREACH(img, images) {
|
||||
|
||||
if (!IN_SET(img->type, IMAGE_RAW, IMAGE_BLOCK))
|
||||
|
||||
Reference in New Issue
Block a user