mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-24 11:36:28 +00:00
feat: add Cluster management page and update API response types
This commit is contained in:
@@ -280,7 +280,7 @@ export function ObjectsTable({
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell className="hidden sm:table-cell">
|
||||
{obj.isFolder ? 'Folder' : getFileType(obj.key.replace(currentPath, ''))}
|
||||
{obj.isFolder ? 'Directory' : getFileType(obj.key.replace(currentPath, ''))}
|
||||
</TableCell>
|
||||
<TableCell className="hidden md:table-cell">
|
||||
{obj.storageClass && (
|
||||
|
||||
Reference in New Issue
Block a user