fix typo - restore auto width on resources in the slice page
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 09:02:30 +0000 (11:02 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 09:02:30 +0000 (11:02 +0200)
portal/sliceview.py

index b265e79..8201814 100644 (file)
@@ -137,7 +137,7 @@ class SliceView (LoginRequiredAutoLogoutView):
                 'aoColumns'     : [None, None, None, None, {'bSortable': False}],
                 'iDisplayLength': 25,
                 'bLengthChange' : True,
-                'bAutiWidth'    : True,
+                'bAutoWidth'    : True,
                 },
             )