Skip to content

Commit

Permalink
Merge pull request #2017 from dandi/enh-show-zarr
Browse files Browse the repository at this point in the history
admin view: Also show (list) zarr for Assets view
  • Loading branch information
waxlamp authored Sep 10, 2024
2 parents 89fef07 + dd9f7f6 commit 94dce7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandiapi/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class AssetAdmin(admin.ModelAdmin):
'asset_id',
'path',
'blob',
'zarr',
'status',
'size',
'modified',
Expand Down

0 comments on commit 94dce7c

Please sign in to comment.