adminTabs should only be used if there is special functionality implemented.
Using adminTab for configuration porposes (i.e. locating device manager there) is not desired.
So I suggest to
- remove support for adminTab (or hide it behind some "expert mode") to avoid new adapter to be created with adminTabs not desired. Experiences users who can create a real useful adminTab will know how to configure ist.
- add support for configurationManger so that devs who want to use it have a template included into adminUI and only need to add the adapterspecifc data.
adminTabs should only be used if there is special functionality implemented.
Using adminTab for configuration porposes (i.e. locating device manager there) is not desired.
So I suggest to