VirtualBox

Ignore:
Timestamp:
May 29, 2016 6:59:22 AM (9 years ago)
Author:
vboxsync
Message:

Fixes.

File:
1 edited

Legend:

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

    r61272 r61273  
    335335        # Generate the graph.
    336336        #
    337         fGenerateGraph = True;
     337        fGenerateGraph = len(aidSortedRaw) <= 9 && len(aidSortedRaw) > 0; ## Make this configurable.
    338338        if fGenerateGraph:
    339339            asNames = [];
     
    418418        # Generate the graph.
    419419        #
    420         fGenerateGraph = len(aidSortedRaw) <= 6; ## Make this configurable.
     420        fGenerateGraph = len(aidSortedRaw) <= 6 && len(aidSortedRaw) > 0; ## Make this configurable.
    421421        if fGenerateGraph:
    422422            # Figure the graph width for all of them.
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