Message ID | 20121119193211.4079.22525.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_scheduler_app/views.py' --- lava_scheduler_app/views.py 2012-09-17 02:56:42 +0000 +++ lava_scheduler_app/views.py 2012-11-19 17:44:33 +0000 @@ -291,6 +291,10 @@ return "%s idle, %s offline, %s busy" % (record.idle, record.offline, record.busy) + datatable_opts = { + "iDisplayLength": 25 + } + name = IDLinkColumn("name") status = Column()