From 9b05d4832fc9092f537c047f2badb16ee5ecc684 Mon Sep 17 00:00:00 2001 From: Leviathan <97615419+prose-leviathan@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:48:29 +0100 Subject: [PATCH] fix: ui priority --- objects/opentide/definition.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/objects/opentide/definition.json b/objects/opentide/definition.json index e034619..73e9077 100644 --- a/objects/opentide/definition.json +++ b/objects/opentide/definition.json @@ -3,19 +3,19 @@ "name": { "description": "Name of the OpenTIDE Object", "misp-attribute": "text", - "ui-priority": 0 + "ui-priority": 4 }, "opentide-object": { "description": "YAML Content of the Opentide Object", "misp-attribute": "text", - "ui-priority": 4 + "ui-priority": 0 }, "opentide-type": { "description": "Type of the OpenTIDE Object", "disable_correlation": true, "misp-attribute": "text", "multiple": false, - "ui-priority": 3, + "ui-priority": 1, "values_list": [ "tvm", "cdm", @@ -25,7 +25,7 @@ "uuid": { "description": "UUID of the OpenTIDE Object", "misp-attribute": "text", - "ui-priority": 1 + "ui-priority": 3 }, "version": { "description": "Version of the OpenTIDE Object", @@ -44,5 +44,5 @@ "opentide-type" ], "uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", - "version": 1 + "version": 2 }