commit
9b31f7d02d
|
@ -11,6 +11,10 @@
|
||||||
"value": "origin",
|
"value": "origin",
|
||||||
"expanded": "Origin"
|
"expanded": "Origin"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "report",
|
||||||
|
"expanded": "Report"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "analyse",
|
"value": "analyse",
|
||||||
"expanded": "Please analyse sample",
|
"expanded": "Please analyse sample",
|
||||||
|
@ -41,6 +45,26 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "report",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "details",
|
||||||
|
"expanded": "Description of the incidence.",
|
||||||
|
"colour": "#fbc166"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "link",
|
||||||
|
"expanded": "Link to the original report location.",
|
||||||
|
"colour": "#fbcb7f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "attached",
|
||||||
|
"expanded": "Attached report.",
|
||||||
|
"colour": "#fcd597"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "origin",
|
"predicate": "origin",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
@ -62,13 +86,18 @@
|
||||||
{
|
{
|
||||||
"value": "email",
|
"value": "email",
|
||||||
"expanded": "Information coming out of email infrastructure.",
|
"expanded": "Information coming out of email infrastructure.",
|
||||||
"colour": "#3cb08a"
|
"colour": "#3db08a"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "3rd-party",
|
"value": "3rd-party",
|
||||||
"expanded": "Information from outside the company.",
|
"expanded": "Information from outside the company.",
|
||||||
"colour": "#46c098"
|
"colour": "#46c098"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "report",
|
||||||
|
"expanded": "Information coming from a report.",
|
||||||
|
"colour": "#22644e"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "other",
|
"value": "other",
|
||||||
"expanded": "If none of the other origins applies.",
|
"expanded": "If none of the other origins applies.",
|
||||||
|
|
Loading…
Reference in New Issue