comty/packages/app/constants/vaultItemStatements.json
2021-12-06 18:06:51 +01:00

22 lines
430 B
JSON

{
"active": {
"value": "active",
"label": "Active",
"tagColor": "green"
},
"retired": {
"value": "retired",
"label": "Retired",
"tagColor": "red"
},
"storaged": {
"value": "storaged",
"label": "Storaged",
"tagColor": "blue"
},
"unknown": {
"value": "unknown",
"label": "Unknown",
"tagColor": "gray"
}
}