Skip to content

Commit 9ee9ce5

Browse files
authored
Merge pull request #606 from hivemq/27217-file-input-adapter-fields
fix(): Fixes the form ordering and captions for file input adapter
2 parents 0352e93 + 8782192 commit 9ee9ce5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/hivemq-edge-module-file/src/main/resources/file-adapter-ui-schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"id" : "subFields",
13-
"title" : "File 2 MQTT",
13+
"title" : "File to MQTT",
1414
"properties" : [
1515
"fileToMqtt"
1616
]
@@ -26,21 +26,21 @@
2626
"fileToMqtt" : {
2727
"ui:batchMode" : true,
2828
"ui:order" : [
29+
"fileToMqttMappings",
2930
"maxPollingErrorsBeforeRemoval",
3031
"pollingIntervalMillis",
31-
"fileToMqttMappings",
3232
"*"
3333
],
3434
"fileToMqttMappings" : {
3535
"ui:batchMode" : true,
3636
"items": {
3737
"ui:order" : [
3838
"mqttTopic",
39+
"filePath",
40+
"contentType",
3941
"mqttQos",
4042
"*",
41-
"mqttUserProperties",
42-
"filePath",
43-
"dataType"
43+
"mqttUserProperties"
4444
],
4545
"ui:collapsable" : {
4646
"titleKey" : "mqttTopic"

0 commit comments

Comments
 (0)