erwindon / SaltGUI

A web interface for managing SaltStack based infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodegroup menu offers "state.apply" for both items

erwindon opened this issue · comments

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:

  1. Go to 'Nodegroups'
  2. Click "Test State" in menu of first nodegroup
  3. 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.