Anatoly Litovsky has uploaded a new change for review. Change subject: Increasing bus name size column in install disk selection ......................................................................
Increasing bus name size column in install disk selection Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1100529 Change-Id: Ibfc75961ac676c19d45f1918accc827f262abbac Signed-off-by: Tolik Litovsky <[email protected]> --- M src/ovirt/node/installer/core/boot_device_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/97/34997/1 diff --git a/src/ovirt/node/installer/core/boot_device_page.py b/src/ovirt/node/installer/core/boot_device_page.py index c587824..209e070 100644 --- a/src/ovirt/node/installer/core/boot_device_page.py +++ b/src/ovirt/node/installer/core/boot_device_page.py @@ -155,7 +155,7 @@ devices = None do_fake = False - tbl_tpl = " {bus!s:8.8} {name!s:48.48} {size!s:9.9}" + tbl_tpl = " {bus!s:15.15} {name!s:40.40} {size!s:9.9}" def __init__(self, do_fake): super(StorageDiscovery, self).__init__() -- To view, visit http://gerrit.ovirt.org/34997 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibfc75961ac676c19d45f1918accc827f262abbac Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
