VERSION INFO
{{entity.name}} v{{entity.runtime.version}}
{{entity.status | replaceViaMapPipe:convertStatusMap | replaceViaMapPipe:convertStatusMapBase}}
ID
{{entity.id?.slice(0, 8)}}...
Size
{{($any(entity?.runtime?.ds_total_size) | filesize : fileSizeConfigStorage) || '-'}}(original)
{{($any(entity?.runtime?.ds_total_size_compressed) | filesize : fileSizeConfigStorage) || '-'}}(compressed)
File count
{{entity?.runtime?.ds_file_count ?? '-'}}
Link count
{{entity?.runtime?.ds_link_count ?? '-'}}
FILES CHANGED
Added
{{entity?.runtime?.ds_change_add ?? '-'}}
Modified
{{entity?.runtime?.ds_change_modify ?? '-'}}
Removed
{{entity?.runtime?.ds_change_remove ?? '-'}}
Size
{{$any(entity?.runtime?.ds_change_size) | filesize: fileSizeConfigStorage}}
DESCRIPTION
{{entity?.comment}}