Actions
Bug #8620
closedUseless back to host list link in multiple action
Difficulty:
trivial
Triaged:
Pull request:
Description
When editing multiple parameters for a set of hosts, if the hosts do not contain parameters, we display a link in the modal "back to host list". The cancel button does that already and is more intuitive.
How to reproduce
click on several hosts without parameters on /hosts
click on select action - edit parameters
it should display a modal with two links to go back to the host page
Solution:
remove the link
Actions