Fixes: https://pagure.io/koji/issue/1448
1 new commit added
fix test
This is the output I'm seeing:
Channel Enb Rdy Dis Loa/Cap/Perc appliance 1 0 0 0/ 8/ 0% createrepo 1 0 0 0/ 8/ 0% default 3 0 2 0/ 24/ 0% image 1 0 0 0/ 8/ 0% livecd 0 0 0 0/ 0/ 0% livemedia 1 0 0 0/ 8/ 0% maven 1 0 0 0/ 8/ 0% runroot 1 0 0 0/ 8/ 0% vm 0 0 0 0/ 0/ 0%
The output is very busy and the layout seems unbalanced.
The abbreviations in the headers are very terse. I realize we're just following the existing short Enb/Rdy/Dis, but altogether it starts to look like a jumble of letters.
The slashes in the L/C/P portion end up being distracting when combined with whitespace.
more readable layout
Changed to this:
Channel Enabled Ready Disbld Load Cap Perc appliance 1 0 0 0 5 0% createrepo 1 0 0 0 5 0% default 1 0 1 0 7 0% image 1 0 1 0 7 0% livecd 0 0 0 0 0 0% livemedia 1 0 0 0 5 0% maven 1 0 0 0 5 0% runroot 1 0 0 0 5 0% vm 0 0 0 0 0 0%
Thanks, looks much better
Commit 3674e70f fixes this pull-request
Pull-Request has been merged by mikem
Fixes: https://pagure.io/koji/issue/1448