{{#if bulkActions}} {{check-box nodeId=model.id}} {{/if}} {{#if canExpand}}Open accordion{{/if}} {{badge-state model=model}} {{model.displayName}} {{#if model.showTransitioningMessage}}
{{model.transitioningMessage}}
{{/if}} {{model.mounts.length}} {{t (concat 'volumesPage.scope.' model.scope)}} {{model.driver}} {{#if showActions}} {{action-menu model=model}} {{/if}} {{#if canExpand}} {{! checkbox and expand}} {{#if expanded}} {{#sortable-table classNames="grid fixed mb-0 sortable-table" bulkActions=false pagingLabel="pagination.volumes" rowActions=false search=false stickyHeader=false headers=headers body=model.volumes as |sortable kind subVol dt| }} {{volume-row model=subVol bulkActions=false fullColspan=sortable.fullColspan dt=dt }} {{/sortable-table}} {{/if}} {{! actions}} {{#if expanded}} {{/if}} {{/if}}