mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 00:05:27 +02:00
remove inaccurate updated ts from main index UI
This commit is contained in:
@@ -56,8 +56,8 @@ delete_snapshots.short_description = "Delete"
|
|||||||
|
|
||||||
|
|
||||||
class SnapshotAdmin(admin.ModelAdmin):
|
class SnapshotAdmin(admin.ModelAdmin):
|
||||||
list_display = ('added', 'title_str', 'url_str', 'files', 'size', 'updated')
|
list_display = ('added', 'title_str', 'url_str', 'files', 'size')
|
||||||
sort_fields = ('title_str', 'url_str', 'added', 'updated')
|
sort_fields = ('title_str', 'url_str', 'added')
|
||||||
readonly_fields = ('id', 'url', 'timestamp', 'num_outputs', 'is_archived', 'url_hash', 'added', 'updated')
|
readonly_fields = ('id', 'url', 'timestamp', 'num_outputs', 'is_archived', 'url_hash', 'added', 'updated')
|
||||||
search_fields = ('url', 'timestamp', 'title', 'tags')
|
search_fields = ('url', 'timestamp', 'title', 'tags')
|
||||||
fields = ('title', 'tags', *readonly_fields)
|
fields = ('title', 'tags', *readonly_fields)
|
||||||
|
Reference in New Issue
Block a user