forked from rc/aircox
redesign streamer, make it sexy
This commit is contained in:
@ -22,7 +22,7 @@ class StationAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(Log)
|
||||
class LogAdmin(admin.ModelAdmin):
|
||||
list_display = ['id', 'date', 'station', 'source', 'type', 'diffusion', 'sound', 'track']
|
||||
list_display = ['id', 'date', 'station', 'source', 'type', 'comment']
|
||||
list_filter = ['date', 'source', 'station']
|
||||
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user