~linaro-validation/lava-tool/trunk

« back to all changes in this revision

Viewing changes to lava_dashboard_tool/commands.py

  • Committer: Senthil Kumaran
  • Date: 2013-05-03 07:56:27 UTC
  • mfrom: (183.1.2 trunk)
  • Revision ID: senthil.kumaran@linaro.org-20130503075627-0bq47jux3dlo2iyn
Add lava-dashboard-tool commands to lava-tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
610
610
            row_formatter={
611
611
                'is_deserialized': lambda x: "yes" if x else "no",
612
612
                'uploaded_by': lambda x: x or "(anonymous)",
613
 
                'uploaded_on': lambda x: x.strftime("%Y-%m-%d %H:%M:%S")},
 
613
                'uploaded_on': lambda x: x},
614
614
            order=('content_sha1', 'content_filename', 'uploaded_by',
615
615
                'uploaded_on', 'is_deserialized'),
616
616
            empty="There are no bundles in this stream",