From ec78acf94b2f10c9f07c8e575200313c294295d6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 26 Sep 2013 11:02:30 +0200 Subject: [PATCH 1/1] fix typo - restore auto width on resources in the slice page --- portal/sliceview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/sliceview.py b/portal/sliceview.py index b265e796..82018149 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -137,7 +137,7 @@ class SliceView (LoginRequiredAutoLogoutView): 'aoColumns' : [None, None, None, None, {'bSortable': False}], 'iDisplayLength': 25, 'bLengthChange' : True, - 'bAutiWidth' : True, + 'bAutoWidth' : True, }, ) -- 2.45.2