Skip to content

Commit

Permalink
Also show (list) zarr for Assets view
Browse files Browse the repository at this point in the history
ATM shows only blobs, so to get to zarr requires 2 clicks.
As long as we have zarr as valuable as blob, we better list both
  • Loading branch information
yarikoptic committed Aug 28, 2024
1 parent 1ce8a91 commit dd9f7f6
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 dd9f7f6

Please sign in to comment.