~mwhudson/lava-scheduler/zip-output-dir

« back to all changes in this revision

Viewing changes to lava_scheduler_app/views.py

  • Committer: Andy Doan
  • Date: 2012-11-19 17:44:33 UTC
  • Revision ID: andy.doan@linaro.org-20121119174433-v44sb0xf1ja9vtps
enable more rows for device-type table

We were limiting the number to 10 and we have more device types in LAVA now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
        return "%s idle, %s offline, %s busy" % (record.idle, record.offline,
292
292
                record.busy)
293
293
 
 
294
    datatable_opts = {
 
295
        "iDisplayLength": 25
 
296
        }
 
297
 
294
298
    name = IDLinkColumn("name")
295
299
    status = Column()
296
300