VirtualBox

Changeset 61304 in vbox for trunk/src


Ignore:
Timestamp:
May 30, 2016 3:26:07 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107596
Message:

wuireport.py: shorter, better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py

    r61303 r61304  
    591591            sHtml += u'<td title="%s" width="1%%" style="white-space:nowrap;">%s...</td>' \
    592592                  % (webutils.escapeAttr(sOsAndVer), webutils.escapeElem(sOsAndVer[:20]));
    593         sHtml += u'<td>%s</td>'    % (webutils.escapeElem(oTestBox.getCpuBitString()),);
     593        sHtml += u'<td>%s</td>'    % (webutils.escapeElem(oTestBox.getArchBitString()),);
    594594        sHtml += u'<td>%s</td>'    % (webutils.escapeElem(oTestBox.getPrettyCpuVendor()),);
    595595        sHtml += u'<td>f=%#x, m=%#x, s=%#x' % (oTestBox.getCpuFamily(), oTestBox.getCpuModel(), oTestBox.getCpuStepping(),)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette