Skip to content

Commit

Permalink
web/satellite/vuetify-poc: use 'Files' header instead of 'Objects' fo…
Browse files Browse the repository at this point in the history
…r buckets table

Updated table header to be 'Files' instead of 'Objects'

Issue:
#6309

Change-Id: I65058b473481e8b7218db15767c5cb7e2e0c2d8d
  • Loading branch information
VitaliiShpital authored and Storj Robot committed Sep 22, 2023
1 parent 8381483 commit a43f17d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ const headers = computed<DataTableHeader[]>(() => {
},
{ title: 'Storage', key: 'storage', sortable: false },
{ title: 'Egress', key: 'egress', sortable: false },
{ title: 'Objects', key: 'objectCount', sortable: false },
{ title: 'Files', key: 'objectCount', sortable: false },
{ title: 'Segments', key: 'segmentCount', sortable: false },
{ title: 'Date Created', key: 'createdAt', sortable: false },
{ title: '', key: 'actions', width: '0', sortable: false },
Expand Down

0 comments on commit a43f17d

Please sign in to comment.