mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
22 lines
430 B
JSON
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"
|
|
}
|
|
} |