- {{
- i.targetType +
- ": " +
- (i.processLabels.length
- ? i.processLabels.join(" ")
- : `All Processes`)
- }}
+ {{ i.targetType + ": " + (i.processLabels.length ? i.processLabels.join(" ") : `All Processes`) }}
{{ dateFormat(i.taskStartTime) }}
- {{
- dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000)
- }}
+ {{ dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000) }}
|
@@ -61,97 +48,92 @@ limitations under the License. -->
-