Skip to content

Commit ab5e2a1

Browse files
serge-riderdariamarutkinaalexander-skoblikov
authored
CB-5647 storage doesn t have an icon (dbeaver#35573)
* CB-5647 Move database type icon into model * CB-5647 Move database type icon into model --------- Co-authored-by: Daria Marutkina <[email protected]> Co-authored-by: Alexander Skoblikov <[email protected]>
1 parent 1b34428 commit ab5e2a1

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

plugins/org.jkiss.dbeaver.ext.altibase/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
</folder>
262262
</folder> <!-- Global metadata -->
263263
<folder id="storageManagement" label="%tree.storage.node.name" description="%tree.storage.node.name"
264-
icon="platform:/plugin/org.jkiss.dbeaver.ui/icons/database_type.png">
264+
icon="platform:/plugin/org.jkiss.dbeaver.model/icons/tree/database_type.png">
265265
<folder type="org.jkiss.dbeaver.ext.altibase.model.AltibaseTablespace"
266266
label="%tree.tablespaces.node.name" description="%tree.tablespaces.node.name"
267267
icon="#folder">

plugins/org.jkiss.dbeaver.ui/src/org/jkiss/dbeaver/ui/UIIcon.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ public class UIIcon {
184184
public static final DBIcon SECURITY = new DBIcon("security", "security.png"); //$NON-NLS-1$ //$NON-NLS-2$
185185
public static final DBIcon READONLY_RESOURCES = new DBIcon("readonly", "readonly_resources.png"); //$NON-NLS-1$ //$NON-NLS-2$
186186

187-
public static final DBIcon GEN_DATABASE = new DBIcon("gen_database", "database.png"); //$NON-NLS-1$ //$NON-NLS-2$
188-
public static final DBIcon GEN_DATABASE_TYPE = new DBIcon("gen_database_type", "database_type.png"); //$NON-NLS-1$ //$NON-NLS-2$
189-
190187
public static final DBIcon SQL_NEW_CONNECTION = new DBIcon("sql_new_connection", "database_connect.png"); //$NON-NLS-1$ //$NON-NLS-2$
191188
public static final DBIcon SQL_CONNECT = new DBIcon("sql_connect", "sql/connect.png"); //$NON-NLS-1$ //$NON-NLS-2$
192189
public static final DBIcon SQL_DISCONNECT = new DBIcon("sql_disconnect", "sql/disconnect.png"); //$NON-NLS-1$ //$NON-NLS-2$

0 commit comments

Comments
 (0)