Actions
Feature #35416
closedAdd a disabled option to the dropdown menu items on foreman
Description
We want to have an option to add a `disabled` property to links in dropdown menus.
This should work if we add `class: 'disabled'` to the `li` tag element.
However, the way to do it is to change somehow the `action_buttons` method, which is used widely in Foreman (maybe by passing a new argument).
Maybe there is another way this could be done, but I can't think of something better right now.
Updated by Nofar Alfassi over 2 years ago
- Related to Feature #28374: Hostgroup dropdown - disable/remove run ansible roles option if no roles are assigned added
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9367 added
Updated by Nofar Alfassi over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|6c9227a381e08dc2dbfc19783b5fcb41f3faf4e0.
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Category set to Development tools
- Triaged changed from No to Yes
Updated by Nofar Alfassi over 1 year ago
- Related to Bug #36703: 500 error when loading Hostgroups page for Ansible Roles Manager user added
Actions