VirtualBox

Changeset 65043 in vbox


Ignore:
Timestamp:
Dec 31, 2016 4:06:14 AM (8 years ago)
Author:
vboxsync
Message:

testmanager: Tweaking the new changlog.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css

    r65042 r65043  
    585585
    586586.tmsyschlogspacer {
    587     width:          1.4em;
     587    width:          0.8em;
     588}
     589
     590td.tmsyschlogspacer:not(:last-child) {
     591    width:          1.8em;
    588592    border-bottom:  0px solid green !important;
    589593}
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuiadminsystemchangelog.py

    r65042 r65043  
    237237        return oRet;
    238238
    239     def _formatListEntryHtml(self, iEntry):
     239    def _formatListEntryHtml(self, iEntry): # pylint: disable=too-many-statements
    240240        """
    241241        Overridden parent method.
     
    382382                     u'    <td xrowspan="%d" style="border-right: 0px; border-bottom: 0px;"></td>\n' \
    383383                     u'    <td colspan="3" style="border-right: 0px;"></td>\n' \
    384                      u'    <td rowspan="%d"></td>\n' \
     384                     u'    <td rowspan="%d" class="%s tmsyschlogspacer"></td>\n' \
    385385                     u'  </tr>\n' \
    386                    % (sRowClass, cAttribsChanged + 1, cAttribsChanged + 1);
     386                   % (sRowClass, cAttribsChanged + 1, cAttribsChanged + 1, sRowClass);
    387387            for j, oChange in enumerate(oChangeEntry.aoChanges):
    388388                sHtml += u'  <tr class="%s%s tmsyschlogattr%s">\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