VERSION INFO
@if (entity()) {
{{entity().name}}@if (entity()?.runtime?.version) { v{{entity().runtime.version}} }
{{entity().status | replaceViaMapPipe:convertStatusMap | replaceViaMapPipe:convertStatusMapBase}}
ID
{{entity().id?.slice(0, 8)}}...
Parent
@if (entity()?.parent?.id) {
{{entity()?.parent?.name}}@if (entity()?.parent?.id) { }
} @else { - }
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
@if (entity()?.runtime?.ds_change_size) {
{{$any(entity()?.runtime?.ds_change_size) | filesize: fileSizeConfigStorage}}
}
DESCRIPTION
{{entity()?.comment}}
} @if (entity()?.id) { }