Changeset 83386 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui
- Timestamp:
- Mar 24, 2020 2:48:29 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpform.py
r83385 r83386 863 863 u'</table>\n'); 864 864 865 def addListOfSchedGroupBoxes(self, sName, aoSchedGroupBoxes, aoAllRelevantTestBoxes, sLabel, # pylint: disable=too-many-locals 866 idSchedGroup, fReadOnly = True): # (str, list[TestBoxDataEx], list[TestBoxDataEx], str, bool) -> str 865 def addListOfSchedGroupBoxes(self, sName, aoSchedGroupBoxes, # pylint: disable=too-many-locals 866 aoAllRelevantTestBoxes, sLabel, idSchedGroup, 867 fReadOnly = True): # (str, list[TestBoxDataEx], list[TestBoxDataEx], str, bool) -> str 867 868 """ 868 869 For WuiAdminSchedGroup.
Note:
See TracChangeset
for help on using the changeset viewer.