Fixed CSS for OneLab style
[myslice.git] / portal / platformview.py
index 16148ee..4d133e1 100644 (file)
@@ -13,7 +13,7 @@ class PlatformView(TemplateView):
 
     def get_context_data(self, **kwargs):
         page = Page(self.request)
-
+        page.add_js_files  ( [ "js/common.functions.js" ] )
         for key, value in kwargs.iteritems():
             print "%s = %s" % (key, value)       
             if key == "platformname":
@@ -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,
             },