There was a regression on some of the tooltips displayed by the UI, due to the PF5 migration.
In cases where we had a table with actions, if those were disabled, the tooltip was not being shown.
We found 3 places:
- In the MachinePools tab, when there is only 1 machine pool, this cannot be deleted. Therefore, the action to "Delete" is disabled, and a tooltip should appear with a text like "The last machine pool cannot be deleted".
- In the Clusters tab, the tooltip for the actions on a cluster (for example, opening the console, deleting it, hibernating / resuming it, etc)
- In the Dashboard, the component that rendered unhealthy clusters.
In all of those areas, when there is a tooltip explaining the reason why the action is disabled, it should be displayed.