Rundeck UI plugin that adds the following:
- Select All Options Button
- Provider:
select-all-options-button
- Description:
Adds a check/uncheck all button beneath all multi-valued options on a job execution page.
- Example
- Provider:
- Download the plugin file
wget "https://github.com/theque5t/rundeck-ui-mods/raw/master/build/rundeck-ui-mods-1.0.0-plugin.zip"
- Put the plugin file, rundeck-ui-mods-1.0.0-plugin.zip, into the plugin directory
mv rundeck-ui-mods-1.0.0-plugin.zip /var/lib/rundeck/libext
- Restart the Rundeck service
service rundeckd restart
- @jtobard for the ui-plugin-examples repo that was cloned as a starting point