Skip to content

Commit 198a6dd

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

File tree

16 files changed

+9
-2
lines changed

16 files changed

+9
-2
lines changed

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
}
1.45 KB
Loading
11.3 KB
Loading
9.51 KB
Loading
3.21 KB
Loading

0 commit comments

Comments
 (0)