Remove a few more fields that we dont use, and change the Lanes display
[htsworkflow.git] / htsworkflow / frontend / experiments / admin.py
index d7793fd5262b08f401f43b34ba4df259a1f338de..50b8e3f6b442cedddd0c89d0c81966e091840048 100644 (file)
@@ -39,7 +39,7 @@ class FlowCellOptions(admin.ModelAdmin):
         '=lane_6_library__library_id',
         '=lane_7_library__library_id',
         '=lane_8_library__library_id')
-    list_display = ('flowcell_id','seq_mac_id','run_date', 'Create_LOG','Lanes')
+    list_display = ('flowcell_id','run_date','Lanes')
     list_filter = ('seq_mac_id','cluster_mac_id')
     fieldsets = (
         (None, {