Skip to content

Commit b602f34

Browse files
committed
chg: rearrange vehicle object ui-priority
1 parent 9282922 commit b602f34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

objects/vehicle/definition.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Description of the vehicle",
1111
"disable_correlation": true,
1212
"misp-attribute": "text",
13-
"ui-priority": 1
13+
"ui-priority": 4
1414
},
1515
"dyno-power": {
1616
"description": "Dyno power output",
@@ -58,19 +58,19 @@
5858
"description": "License plate number",
5959
"misp-attribute": "text",
6060
"multiple": true,
61-
"ui-priority": 0
61+
"ui-priority": 5
6262
},
6363
"make": {
6464
"description": "Manufacturer of the vehicle",
6565
"disable_correlation": true,
6666
"misp-attribute": "text",
67-
"ui-priority": 0
67+
"ui-priority": 3
6868
},
6969
"model": {
7070
"description": "Model of the vehicle",
7171
"disable_correlation": true,
7272
"misp-attribute": "text",
73-
"ui-priority": 0
73+
"ui-priority": 3
7474
},
7575
"state": {
7676
"description": "State of the vehicle (stolen or recovered)",

0 commit comments

Comments
 (0)