Created attachment 917003 [details] ovirt-node-plugin-vdsm info shows in plugin page Description of problem: It should be better to left-aligned the ovirt-node-plugin-vdsm package info in plugin page. This issue may caused by following code in plugins_page.py. cmd = "rpm -q %s --qf 'NAME: %s DATE: \ %%{version}-%%{release}.%%{arch} INST: \ %%{INSTALLTIMEate}\\n'" %\ (package, package) It should be changed as follows. cmd = "rpm -q %s --qf 'NAME: %s DATE: " \ "%%{version}-%%{release}.%%{arch} INST: " \ "%%{INSTALLTIMEate}\\n'" % (package, package) Version-Release number of selected component (if applicable): rhev-hypervisor6-6.5-20140624.0.el6ev ovirt-node-3.0.1-18.el6_5.11.noarch How reproducible: 100% Steps to Reproduce: 1. Clear install rhev-hypervisor6-6.5-20140624.0.el6ev 2. Check the ovirt-node-plugin-vdsm info in plugin page Actual results: 1. The ovirt-node-plugin-vdsm details in plugin page is not arranged perfectly. Expected results: 1. The ovirt-node-plugin-vdsm details in plugin page should display as left-aligned without blank space in front of it. Additional info:
Douglas, please review the patch and merge if it suites your requirements.
Test Version: rhev-hypervisor6-6.6-20141212.0.iso ovirt-node-3.1.0-0.34.20141210git0c9c493.el6.noarch Test step: 1. Clear install rhev-hypervisor6-6.6-20141212.0.iso 2. Check the ovirt-node-plugin-vdsm info in plugin page Test result: 1. After step2, the ovirt-node-plugin-vdsm details in plugin page display as left-aligned. So this issue is fixed in rhev-hypervisor6-6.6-20141212.0.iso. Also this issue not exists in rhev-hypervisor7-7.0-20141212.0.iso. Change the status from ON_QA to Verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0160.html