Description of problem: I am quite often dealing with configuring EAP6. In some cases configuration change requires server reload. If I want to reload the server, I have to navigate to server resource run operation. THen If I'd like to continue configuring I have to navigate back to whatever subtree of EAP. I think there's better way, more user-friendly. Let's introduce operation panel or selection. in plugin decriptor : in operation definition, plugin declares optional attribute visible-under="<child resource match pattern>" in UI: we'd render operation panel content for current resource based on parent resource's pattern matches, for example if platform has operation manualDiscovery visible-under="//*" and EAP6 has operation reload visible-under="//*", when user navigates under any subsystem of EAP6, he'll see both operations on his panel, no matter which tab is selected. Once he selects any operation, modal dialog pops up, he puts inputs, and schedules it immediatelly (there're is no point in scheduling operations this way for future run/s). Modal dialog would still appear and will be showing operation progress and in the end result. Having this "quick operation panel" will improve UX. Version-Release number of selected component (if applicable): RHQ 4.9.0