Browse Source

Fixed assign to edge label

pull/9893/head
Volodymyr Babak 3 years ago
parent
commit
49d38fa11e
  1. 2
      ui-ngx/src/app/modules/home/pages/rulechain/rulechains-table-config.resolver.ts

2
ui-ngx/src/app/modules/home/pages/rulechain/rulechains-table-config.resolver.ts

@ -172,7 +172,7 @@ export class RuleChainsTableConfigResolver implements Resolve<EntityTableConfig<
if (ruleChainScope === 'edge') {
actions.push(
{
name: this.translate.instant('edge.assign-to-edge'),
name: this.translate.instant('rulechain.assign-to-edge'),
icon: 'add',
isEnabled: () => true,
onAction: ($event) => this.assignRuleChainsToEdge($event)

Loading…
Cancel
Save