mirror of https://github.com/MISP/misp-galaxy
fix: [handicap] fix galaxy icon + name + type
parent
2dcfa82f6b
commit
e3b6e9d229
|
@ -5,9 +5,9 @@
|
|||
],
|
||||
"category": "med-bdm-it",
|
||||
"description": "Liste des maladies invalidantes reconnues comme handicap",
|
||||
"name": "handicap",
|
||||
"name": "Handicap",
|
||||
"source": "MDPH /caf",
|
||||
"type": "Handicap",
|
||||
"type": "handicap",
|
||||
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
|
||||
"values": [
|
||||
{
|
||||
|
@ -272,5 +272,5 @@
|
|||
"value": "Tumeur maligne"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"description": "Handicap classifying",
|
||||
"icon": "android",
|
||||
"name": "handicap",
|
||||
"icon": "wheelchair",
|
||||
"name": "Handicap",
|
||||
"namespace": "misp",
|
||||
"type": "Handi",
|
||||
"type": "handicap",
|
||||
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue