Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/table-checkboxes. Description: Almost all Horizon tables have "Delete" actions for both single rows and whole table. In some cases "Delete" button in a row is disabled: for example when an object is in use. Despite this, one could try to delete this object marking corresponding checkbox and using "Delete" button in table actions, which causes error messages or even tracebacks. That's why it would be nice to make checkboxes disabled for those rows which can't be deleted. Specification URL (additional information): None