Skip to content

Commit 198a6dd

Browse files
committed
All icons
1 parent 5980c65 commit 198a6dd

16 files changed

Lines changed: 9 additions & 2 deletions

File tree

exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/StorageResources.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@ public String getPassword() {
490490
}
491491
}
492492

493+
public String getCleanType() {
494+
String pluginName = type.replace("Config", "");
495+
pluginName = pluginName.replace("Plugin", "");
496+
pluginName = pluginName.replace("Storage", "");
497+
return pluginName;
498+
}
499+
493500
public String getType() {
494501
return type;
495502
}

exec/java-exec/src/main/resources/rest/static/img/storage_logos/CassandraStorageConfig.png renamed to exec/java-exec/src/main/resources/rest/static/img/storage_logos/Cassandra.png

File renamed without changes.

exec/java-exec/src/main/resources/rest/static/img/storage_logos/DruidStoragePluginConfig.png renamed to exec/java-exec/src/main/resources/rest/static/img/storage_logos/Druid.png

File renamed without changes.

exec/java-exec/src/main/resources/rest/static/img/storage_logos/ElasticsearchStorageConfig.png renamed to exec/java-exec/src/main/resources/rest/static/img/storage_logos/Elasticsearch.png

File renamed without changes.
1.45 KB
Loading

exec/java-exec/src/main/resources/rest/static/img/storage_logos/HBaseStoragePluginConfig.png renamed to exec/java-exec/src/main/resources/rest/static/img/storage_logos/HBase.png

File renamed without changes.
11.3 KB
Loading

exec/java-exec/src/main/resources/rest/static/img/storage_logos/HttpStoragePluginConfig.png renamed to exec/java-exec/src/main/resources/rest/static/img/storage_logos/Http.png

File renamed without changes.
9.51 KB
Loading
3.21 KB
Loading

0 commit comments

Comments
 (0)