From 0c8d7160ac3e43d7597a71ae6b2a00c4b5697a9d Mon Sep 17 00:00:00 2001 From: mpetrov Date: Tue, 12 Nov 2024 17:55:49 +0200 Subject: [PATCH] refactoring --- .../home/pages/rulechain/debug-config-button.component.html | 2 +- .../home/pages/rulechain/rule-node-details.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/rulechain/debug-config-button.component.html b/ui-ngx/src/app/modules/home/pages/rulechain/debug-config-button.component.html index d5518b71f1..345c38fd38 100644 --- a/ui-ngx/src/app/modules/home/pages/rulechain/debug-config-button.component.html +++ b/ui-ngx/src/app/modules/home/pages/rulechain/debug-config-button.component.html @@ -23,7 +23,7 @@ [disabled]="disabled" (click)="openDebugStrategyPanel($event, matButton)"> bug_report - common.disabled + common.disabled debug-config.all {{ debugAllUntil | debugDurationLeft }} debug-config.failures diff --git a/ui-ngx/src/app/modules/home/pages/rulechain/rule-node-details.component.html b/ui-ngx/src/app/modules/home/pages/rulechain/rule-node-details.component.html index 35415dec57..494a8e7dc9 100644 --- a/ui-ngx/src/app/modules/home/pages/rulechain/rule-node-details.component.html +++ b/ui-ngx/src/app/modules/home/pages/rulechain/rule-node-details.component.html @@ -46,7 +46,7 @@ class="tb-rounded-btn flex-1" color="primary" *ngIf="isSingleton()" - [disabled]="disabled" + [disabled]="ruleNodeFormGroup.get('singletonMode').disabled || disabled" [class.active]="ruleNodeFormGroup.get('singletonMode').value" (click)="onSingleModeChange($event)"> checkmark