diff --git a/frontend/src/app/app-module/guides/guide-winlogbeat/guide-winlogbeat.component.html b/frontend/src/app/app-module/guides/guide-winlogbeat/guide-winlogbeat.component.html
index db1f473d1..22459b5ab 100644
--- a/frontend/src/app/app-module/guides/guide-winlogbeat/guide-winlogbeat.component.html
+++ b/frontend/src/app/app-module/guides/guide-winlogbeat/guide-winlogbeat.component.html
@@ -14,6 +14,7 @@
- Compatible with Windows Server version 2016 R2 or higher
- The UTMStack agents communicate over ports 9000 and 50051. Please make sure these ports are open.
+ - Ensure curl is installed on the system, as it is required for downloading and installing the UTMStack agent.
diff --git a/frontend/src/app/data-management/alert-management/alert-rules/alert-rules.component.ts b/frontend/src/app/data-management/alert-management/alert-rules/alert-rules.component.ts
index c70732977..6e8dfd4bb 100644
--- a/frontend/src/app/data-management/alert-management/alert-rules/alert-rules.component.ts
+++ b/frontend/src/app/data-management/alert-management/alert-rules/alert-rules.component.ts
@@ -14,8 +14,6 @@ import {AlertRuleCreateComponent} from '../shared/components/alert-rule-create/a
import {AlertRulesService} from '../shared/services/alert-rules.service';
import {AlertTagService} from '../shared/services/alert-tag.service';
import {AlertRuleType} from './alert-rule.type';
-import {AlertRuleCreateComponent} from '../shared/components/alert-rule-create/alert-rule-create.component';
-import {FALSE_POSITIVE_OBJECT} from '../../../shared/constants/alert/alert-field.constant';
@Component({
selector: 'app-rules',
diff --git a/frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.html b/frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.html
index 4178566cd..d469e3b3f 100644
--- a/frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.html
+++ b/frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.html
@@ -137,7 +137,7 @@
placement="left"
(click)="removeRuleCondition(i)">
-