X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fplatformview.py;h=76699cf0d2eb8fbd4b680522251a369329dd6428;hb=fea9b7e286cc86f11844e371d67d184198afc287;hp=a432bc19375c3c56aa355841d8482a41c85d8487;hpb=4b0898259ce6c4795e752e05d9a04e9d4f88f501;p=myslice.git diff --git a/portal/platformview.py b/portal/platformview.py index a432bc19..76699cf0 100644 --- a/portal/platformview.py +++ b/portal/platformview.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 @@ -35,9 +35,6 @@ class PlatformView(TemplateView): query_all = network_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, },