Add library adapter type to filter choices,
[htsworkflow.git] / htsworkflow / frontend / samples / admin.py
index bcd77e2ca26e9db6d51ece2e41a33862ee92e686..e31f5810f87c3548847db489214173fd85bacb54 100644 (file)
@@ -125,12 +125,14 @@ class LibraryOptions(admin.ModelAdmin):
     )
     list_filter = (
         'hidden',
-        'affiliations',
-        'library_species',
         'experiment_type',
+        'library_type',
+        #'cell_line',
+        'stopping_point',
         'made_by',
-        'cell_line',
-        'stopping_point',)
+        'library_species',
+        'affiliations',
+        )
     list_display_links = ('id', 'library_name',)
     fieldsets = (
       (None, {