VirtualBox

Changeset 83432 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2020 8:19:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136651
Message:

TestManager/vcshistory: Open links in new tab rather than inside the tooltip windows (which was certifiable stupid).

Location:
trunk/src/VBox/ValidationKit/testmanager/webui
Files:
2 edited

Legend:

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

    r83366 r83432  
    8080    ksActionReportFailureReasons        = 'ReportFailureReasons';
    8181    ksActionGraphWiz                    = 'GraphWiz';
    82     ksActionVcsHistoryTooltip           = 'VcsHistoryTooltip';
     82    ksActionVcsHistoryTooltip           = 'VcsHistoryTooltip';  ##< Hardcoded in common.js.
    8383    ## @}
    8484
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuivcshistory.py

    r82968 r83432  
    7171
    7272            sEntry  = '  <dt id="r%s">' % (oEntry.iRevision, );
    73             sEntry += '<a href="%s">' \
     73            sEntry += '<a href="%s" target="_blank">' \
    7474                    % ( webutils.escapeAttr(config.g_ksTracChangsetUrlFmt
    7575                                            % { 'iRevision': oEntry.iRevision, 'sRepository': oEntry.sRepository,}), );
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