diff --git a/io.sc.engine.rule.frontend/src/views/lib/ProcessorGrid.vue b/io.sc.engine.rule.frontend/src/views/lib/ProcessorGrid.vue index 543abdb5..ed2422db 100644 --- a/io.sc.engine.rule.frontend/src/views/lib/ProcessorGrid.vue +++ b/io.sc.engine.rule.frontend/src/views/lib/ProcessorGrid.vue @@ -79,6 +79,7 @@ name: 'content', label: $t('re.processor.grid.entity.content'), sortable: false, + html: true, title: () => {}, format: (value: any, row: any) => { return processorManager.format(value, row);