Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent aa51e63 commit 5768030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extvm/vm_attack_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ func (e *virtualMachineStateAction) Describe() action_kit_api.ActionDescription
TargetType: TargetIDVM,
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "by vm-name",
Label: "vm-name",
Description: extutil.Ptr("Find gcp virtual machine by name"),
Query: "gcp-vm.name=\"\"",
},
{
Label: "by cluster name",
Label: "cluster name",
Description: extutil.Ptr("Find gcp virtual machine by cluster name"),
Query: "gcp-kubernetes-engine.cluster.name=\"\"",
},
Expand Down

0 comments on commit 5768030

Please sign in to comment.