diff --git a/src/templates/tasks/detail.template.html b/src/templates/tasks/detail.template.html index 471d1f8b4..a4ace132c 100755 --- a/src/templates/tasks/detail.template.html +++ b/src/templates/tasks/detail.template.html @@ -234,6 +234,20 @@

Task details{{IF [[task.getUsePreprocessor()]]}} (Preprocessor task){{ENDIF} {{ENDIF}} + + Use static chunking: + + {{IF [[task.getStaticChunks()]] == [[$DTaskStaticChunking::NORMAL]]}} + No + {{ELSE}} + {{IF [[task.getStaticChunks()]] == [[$DTaskStaticChunking::CHUNK_SIZE]]}} + Fixed chunk size ([[task.getChunkSize()]]) + {{ELSE}} + Fixed number of chunks ([[task.getChunkSize()]]) + {{ENDIF}} + {{ENDIF}} + + Skipping keyspace at the beginning: