nodegroup menu offers "state.apply" for both items
erwindon opened this issue · 0 comments
erwindon commented
Describe the bug
On page "Nodegroups", the dropdown menu per nodegroup offers the 2 options "Apply state..." and "Test state...".
But both use the state.apply
command without parameters.
This is wrong for "Test state..."
To Reproduce
Steps to reproduce the behaviour:
- Go to 'Nodegroups'
- Click "Test State" in menu of first nodegroup
- See error
Expected behaviour
"Test state..." should offer state.apply test=true
Additional context
on investigation, it seems that both menu options in the dropdown menu are ineffective.
the mouseclick is then delegated to the table row, which only offers test.apply
.