Skip to content

Commit

Permalink
Merge pull request #136 from hadfl/list
Browse files Browse the repository at this point in the history
always add a space between zone name and status
  • Loading branch information
citrus-it authored Oct 28, 2022
2 parents 660e9a0 + 16bf9dd commit 715f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zadm/Zones.pm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sub refresh($self) {
}

sub dump($self, $zName = undef, $opts = {}) {
my $format = "%-18s%-11s%-9s%6s%8s%8s\n";
my $format = "%-17s %-11s%-9s%6s%8s%8s\n";
my @header = qw(NAME STATUS BRAND);
my @zStats = qw(RAM CPUS SHARES);

Expand Down

0 comments on commit 715f83a

Please sign in to comment.