From 75692e7334c2bc29f820ad7a102449a470e8dd08 Mon Sep 17 00:00:00 2001 From: "antoine.choimet" Date: Tue, 28 Jan 2025 16:12:52 +0100 Subject: [PATCH] fix action id --- extkafka/check_brokers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extkafka/check_brokers.go b/extkafka/check_brokers.go index 5487672..7cff92a 100644 --- a/extkafka/check_brokers.go +++ b/extkafka/check_brokers.go @@ -58,7 +58,7 @@ func (m *BrokersCheckAction) NewEmptyState() BrokersCheckState { func (m *BrokersCheckAction) Describe() action_kit_api.ActionDescription { return action_kit_api.ActionDescription{ - Id: fmt.Sprintf("%s.check-controller", kafkaBrokerTargetId), + Id: fmt.Sprintf("%s.check", kafkaBrokerTargetId), Label: "Check Brokers", Description: "Check activity of brokers.", Version: extbuild.GetSemverVersionStringOrUnknown(),