Проверка regex
Загрузка...
{:else if rules.length === 0}Нет правил маршрутизации. Звонки идут через стандартный скоринг.
{:else}| # | Название | Условия | Действие | Время | Hits | Вкл | Действия |
|---|---|---|---|---|---|---|---|
| {r.priority} | {#if editData.action_type === 'node'} {:else if editData.action_type === 'pool'} {/if} | {r.hits ?? 0} |
|
||||
|
{r.priority}
|
{r.name} | {matchSummary(r)} | {actionLabel(r.action_type)} {#if r.action_type === 'node' && r.action_node_id} {r.action_node_id} {:else if r.action_type === 'pool' && r.action_pool_ids?.length} {r.action_pool_ids.length} нод {/if} | {timeDisplay(r)} | {r.hits ?? 0} |