X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fplatformview.py;h=76699cf0d2eb8fbd4b680522251a369329dd6428;hb=a148aba915464d91abb7407b99131e11998e984c;hp=a432bc19375c3c56aa355841d8482a41c85d8487;hpb=1aea42c3668602aacfe22bc762ee939672129f53;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, },