VirtualBox

Changeset 65431 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 24, 2017 4:01:40 PM (8 years ago)
Author:
vboxsync
Message:

TestManager: Added basic sorting of report tables.

File:
1 edited

Legend:

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

    r65430 r65431  
    289289        if fWithTotals:
    290290            sHtml += u'<th colspan="%d"><a href="javascript:ahrefActionSortByColumns(\'%s\',[%s]);">Total</a>%s</th>' \
    291                    % ( cColsPerSeries, self._oDisp.ksParamSortColumns, iPeriod,
     291                   % ( cColsPerSeries, self._oDisp.ksParamSortColumns, len(oSet.aoPeriods),
    292292                       '&#x25bc;' if iSortColumn == len(oSet.aoPeriods) else '');
    293293        sHtml += u'</thead></td>\n';
Note: See TracChangeset for help on using the changeset viewer.

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