{{d-button action=editChannel actionParam=channel icon="pencil" title="chat_integration.edit_channel" label="chat_integration.edit_channel"}} {{d-button action=test actionParam=channel icon="rocket" title="chat_integration.test_channel" label="chat_integration.test_channel" class="btn-chat-test"}} {{d-button class='cancel' action=(action "deleteChannel") actionParam=channel icon="trash" title="chat_integration.delete_channel" label="chat_integration.delete_channel"}}
{{#if channel.error_key}} {{d-button action=showError actionParam=channel class="delete btn-danger" icon="exclamation-triangle"}} {{/if}} {{channel-data provider=provider channel=channel}}
{{#if siteSettings.tagging_enabled}} {{/if}} {{#each channel.rules as |rule|}} {{rule-row rule=rule edit=(action "editRule") refresh=refresh}} {{/each}}
{{i18n "chat_integration.rule_table.filter"}} {{i18n "chat_integration.rule_table.category"}}{{i18n "chat_integration.rule_table.tags"}}