- Timestamp:
- May 30, 2016 3:26:07 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107596
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py
r61303 r61304 591 591 sHtml += u'<td title="%s" width="1%%" style="white-space:nowrap;">%s...</td>' \ 592 592 % (webutils.escapeAttr(sOsAndVer), webutils.escapeElem(sOsAndVer[:20])); 593 sHtml += u'<td>%s</td>' % (webutils.escapeElem(oTestBox.get CpuBitString()),);593 sHtml += u'<td>%s</td>' % (webutils.escapeElem(oTestBox.getArchBitString()),); 594 594 sHtml += u'<td>%s</td>' % (webutils.escapeElem(oTestBox.getPrettyCpuVendor()),); 595 595 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.