Skip to content

Commit 652270a

Browse files
committed
All icons
1 parent bd12e60 commit 652270a

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
@@ -573,6 +573,13 @@ public StoragePluginModel(PluginConfigWrapper plugin, HttpServletRequest request
573573
csrfToken = WebUtils.getCsrfTokenFromHttpRequest(request);
574574
}
575575

576+
public String getCleanType() {
577+
String pluginName = type.replace("Config", "");
578+
pluginName = pluginName.replace("Plugin", "");
579+
pluginName = pluginName.replace("Storage", "");
580+
return pluginName;
581+
}
582+
576583
public String getType() {
577584
return type;
578585
}

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)