ID
{{entity().id?.slice(0, 8)}}...
Size
{{($any(entity()?.runtime?.ds_total_size) | filesize : fileSizeConfigStorage) || '-'}}
{{($any(entity()?.runtime?.ds_total_size_compressed) | filesize : fileSizeConfigStorage) || '-'}}
File count
{{entity()?.runtime?.ds_file_count ?? '-'}}
Link count
{{entity()?.runtime?.ds_link_count ?? '-'}}
Added
{{entity()?.runtime?.ds_change_add ?? '-'}}
Modified
{{entity()?.runtime?.ds_change_modify ?? '-'}}
Removed
{{entity()?.runtime?.ds_change_remove ?? '-'}}
Size
@if (entity()?.runtime?.ds_change_size) {
{{$any(entity()?.runtime?.ds_change_size) | filesize: fileSizeConfigStorage}}
}