Skip to content

Commit

Permalink
fix action id
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Jan 28, 2025
1 parent cb1256e commit 75692e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extkafka/check_brokers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 75692e7

Please sign in to comment.