Fixed assign to edge label
This commit is contained in:
parent
83e68b7c62
commit
49d38fa11e
@ -172,7 +172,7 @@ export class RuleChainsTableConfigResolver implements Resolve<EntityTableConfig<
|
|||||||
if (ruleChainScope === 'edge') {
|
if (ruleChainScope === 'edge') {
|
||||||
actions.push(
|
actions.push(
|
||||||
{
|
{
|
||||||
name: this.translate.instant('edge.assign-to-edge'),
|
name: this.translate.instant('rulechain.assign-to-edge'),
|
||||||
icon: 'add',
|
icon: 'add',
|
||||||
isEnabled: () => true,
|
isEnabled: () => true,
|
||||||
onAction: ($event) => this.assignRuleChainsToEdge($event)
|
onAction: ($event) => this.assignRuleChainsToEdge($event)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user