~james-w/lava-dashboard/use-testscenarios

« back to all changes in this revision

Viewing changes to launch_control/commands/dashboard.py

  • Committer: Zygmunt Krynicki
  • Date: 2010-09-08 16:51:22 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20100908165122-ti0rq99zugxzmmdw
Use "number of bundles" instead of "bundles #" 

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
            order = ('pathname', 'bundle_count', 'name'),
406
406
            column_map = {
407
407
                'pathname': 'Pathname',
408
 
                'bundle_count': 'Bundles #',
 
408
                'bundle_count': 'Number of bundles',
409
409
                'name': 'Name'
410
410
                },
411
411
            row_formatter = {