On Wed, Apr 24, 2019 at 6:54 AM Kamal Ezzaki <[email protected]> wrote:
> Hello, > > how can i add a new attribute in the connection interface and the > attribute go to BD too, i wanna add a new attribute to choose which ssh > connection ( Switch, router, linux , SQL .. ) > At this point the way to do this would be to write an extension that decorates another extension, which would allow the decorating extension to store this information in the database. The TOTP extension is an example of an extension that uses decoration and stores data in the underlying JDBC module. -Nick
