Description of problem: While adding new JDBC Driver, there are some small things needs to be changed: 1. Notification message is "JDBC Driver "XYZ" has been installed on this server.", but should be "JDBC Driver "XYZ" has been submitted to installation on this server." 2. IBM DB2 default driver class should be "com.ibm.db2.jcc.DB2Driver". 3. Sybase default driver class should be "com.sybase.jdbc4.jdbc.SybDriver". Version-Release number of selected component (if applicable): 5.9.0.1.20171004215954_13427ce Additional info: Based on comment https://bugzilla.redhat.com/show_bug.cgi?id=1383637#c9
Ok,@hayk, I have made those changes that you requested: https://github.com/ManageIQ/manageiq-ui-classic/pull/2376 Please review.
Thank you Mike, they are exactly what I requested.