From 4eb1b2265708dc71b1b7740428a43fef2ec7b83f Mon Sep 17 00:00:00 2001 From: Nicolas Van Labeke Date: Mon, 16 Dec 2024 09:30:11 +0000 Subject: [PATCH] fix(28963): add support for batch upload in northbound mappings --- hivemq-edge/src/frontend/src/api/schemas/northbound.ui-schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hivemq-edge/src/frontend/src/api/schemas/northbound.ui-schema.ts b/hivemq-edge/src/frontend/src/api/schemas/northbound.ui-schema.ts index dadd31779..10e4373da 100644 --- a/hivemq-edge/src/frontend/src/api/schemas/northbound.ui-schema.ts +++ b/hivemq-edge/src/frontend/src/api/schemas/northbound.ui-schema.ts @@ -11,6 +11,7 @@ export const northboundMappingListUISchema: UiSchema = { items: { 'ui:title': 'List of northbound mappings', 'ui:description': 'The list of all the mappings delivering messages from this adapter onto the Edge', + 'ui:batchMode': true, items: { 'ui:order': ['tagName', 'topic', '*'], 'ui:collapsable': {