X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fplatformsview.py;h=ddc96892885ce81b0c2f48123f0557d509d4aa31;hb=cc77563dcaaadd7d71963721c2e154a766ab4a01;hp=6f788beab27079e2f4b0ff52d04a475e009fa4ab;hpb=cfec0814d5a4f200dabac6fd2ca60e539af759e1;p=myslice.git diff --git a/portal/platformsview.py b/portal/platformsview.py index 6f788bea..ddc96892 100644 --- a/portal/platformsview.py +++ b/portal/platformsview.py @@ -3,7 +3,7 @@ from django.views.generic.base import TemplateView from manifold.core.query import Query from unfold.page import Page -from myslice.viewutils import topmenu_items, the_user +from ui.topmenu import topmenu_items, the_user from plugins.hazelnut import Hazelnut @@ -28,13 +28,11 @@ class PlatformsView(TemplateView): query = platform_query, query_all = platform_query, checkboxes = False, - datatables_options = { - # for now we turn off sorting on the checkboxes columns this way - # this of course should be automatic in hazelnut - 'aoColumns' : [None, None, None, None, {'bSortable': False}], - 'iDisplayLength' : 25, - 'bLengthChange' : True, - }, + datatables_options = { + 'iDisplayLength': 10, + 'bLengthChange' : True, + 'bAutoWidth' : True, + }, ) context = super(PlatformsView, self).get_context_data(**kwargs)