VirtualBox

Ignore:
Timestamp:
Dec 31, 2016 4:06:14 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112538
Message:

testmanager: Tweaking the new changlog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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