|
@@ -61,7 +61,7 @@
|
|
|
<label class="col-sm-2 control-label">插件</label>
|
|
|
<div class="col-sm-4"
|
|
|
th:if="${#maps.isEmpty(connector?.config?.properties) or not #maps.containsKey(connector?.config?.properties, 'pluginName')}">
|
|
|
- <input class="form-control" maxlength="32" name="pluginName" type="text"/>
|
|
|
+ <input class="form-control" maxlength="32" name="pluginName" th:value="'test_decoding'" type="text"/>
|
|
|
</div>
|
|
|
<div class="col-sm-4"
|
|
|
th:if="${not #maps.isEmpty(connector?.config?.properties) and #maps.containsKey(connector?.config?.properties, 'pluginName')}">
|