Skip to content

Commit 57e383a

Browse files
committed
Initial Commit
1 parent 5080424 commit 57e383a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed
Loading
Loading
Loading
Loading

exec/java-exec/src/main/resources/rest/storage/list.ftl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
<#list model as pluginModel>
6060
<#if pluginModel.getPlugin()?? && pluginModel.getPlugin().enabled() == true>
6161
<tr>
62+
<td style="border:none;">
63+
<img src="/static/img/storage_logos/${pluginModel.getType()}.png" height=50 width=50 />
64+
</td>
6265
<td style="border:none; max-width: 200px; overflow: hidden; text-overflow: ellipsis;">
6366
${pluginModel.getPlugin().getName()}
6467
</td>
@@ -88,6 +91,9 @@
8891
<#list model as pluginModel>
8992
<#if pluginModel.getPlugin()?? && pluginModel.getPlugin().enabled() == false>
9093
<tr>
94+
<td style="border:none;">
95+
<img src="/static/img/storage_logos/${pluginModel.getType()}.png" height=50 width=50 />
96+
</td>
9197
<td style="border:none; max-width: 200px; overflow: hidden; text-overflow: ellipsis;">
9298
${pluginModel.getPlugin().getName()}
9399
</td>

0 commit comments

Comments
 (0)