Skip to content

Commit f0cf4b5

Browse files
committed
Add date back to build display
1 parent 81ed02b commit f0cf4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/builds/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BuildCommandResultInline(admin.TabularInline):
1414

1515
class BuildAdmin(admin.ModelAdmin):
1616
fields = ('project', 'version', 'type', 'state', 'success', 'length')
17-
list_display = ('project', 'success', 'type', 'state')
17+
list_display = ('project', 'success', 'type', 'state', 'date')
1818
raw_id_fields = ('project', 'version')
1919
inlines = (BuildCommandResultInline,)
2020

0 commit comments

Comments
 (0)