+
+ ${ptTr(LOC_PROSODY_FIREWALL_CONFIGURATION)}
+
+
+ ${ptTr(LOC_PROSODY_FIREWALL_CONFIGURATION_HELP, true)}
+
+
+
+ ${
+ el.firewallConfiguration?.enabled
+ ? ''
+ : html`
${ptTr(LOC_PROSODY_FIREWALL_DISABLED_WARNING, true)}
`
+ }
+
+
+
`
+}
diff --git a/client/common/lib/elements/dynamic-table-form.ts b/client/common/lib/elements/dynamic-table-form.ts
index bc0099e5..0bd7c7b1 100644
--- a/client/common/lib/elements/dynamic-table-form.ts
+++ b/client/common/lib/elements/dynamic-table-form.ts
@@ -64,7 +64,7 @@ interface DynamicTableRowData {
interface DynamicFormHeaderCellData {
colName: TemplateResult | DirectiveResult
- description: TemplateResult | DirectiveResult
+ description?: TemplateResult | DirectiveResult
headerClassList?: string[]
}
@@ -236,7 +236,7 @@ export class DynamicTableFormElement extends LivechatElement {
classList.push(...headerCellData.headerClassList)
}
return html`