Skip to content

Commit

Permalink
NAS-132372: Add /dev/zvol root for explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed Jan 14, 2025
1 parent 2ecfd96 commit a7d5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/filesystem.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class FilesystemService {

return this.ws.call(
'filesystem.listdir',
[node.data.path, typeFilter, { order_by: ['name'], limit: 1000 }],
[node.data.path, typeFilter, { order_by: ['name'], limit: 1000, select: ['name', 'type', 'attributes', 'path'] }],
).pipe(
map((files) => {
const children: ExplorerNodeData[] = [];
Expand Down

0 comments on commit a7d5305

Please sign in to comment.