View Revisions: Issue #6232
Summary | 0006232: Node group summary database icons sometimes broken | ||
---|---|---|---|
Revision | 2024-02-08 15:51 by elong | ||
Description | Sometimes the database icon is broken on the Dashboard's Node Group Summary panel. H2 database is an example. It is looking for /icons/databases/H2-48x48.png instead of /icons/databases/h2-48x48.png (the database name should be lower case). There is a method in DesignUtils called getMappedDatabaseType() that is converting the sym_node.database_type to one that matches the icon file name. It would be good to understand and straighten out confusion about: - DatabaseNamesConstants - sym_node.database_type - sym_node.database_name |
||
Revision | 2024-02-08 15:50 by elong | ||
Description | Sometimes the database icon is broken on the Dashboard's Node Group Summary panel. H2 database is an example. It is looking for /icons/databases/H2-48x48.png instead of /icons/databases/h2-48x48.png (the database name should be lower case). There is a method in DesignUtils called getMappedDatabaseType() that is converting the sym_node.database_type to one that matches the icon file name. It would be good to understand and straighten out confusion about: - DatabaseNameConstants - sym_node.database_type - sym_node.database_name |