SimplePlugin should have a way to say a tab cannot be created for some reason
Closed
SimplePlugin should have a way to say a tab cannot be created for some reason
When a simplePlugin subclass have displayHeader set to TRUE it should be able to prevent its creation in some cases, like it’s done when a tab set as dependency is disabled. It would be useful at least for puppetNode, from code:
// TODO: Add something to simplePlugin to handle this case : the tab should not exist (When no puppetServer is found, puppet tab creation should be disabled)