import status colors

This commit is contained in:
yuri
2016-11-29 15:29:09 +02:00
parent 9732852891
commit 60c96ba5f7
@@ -9,7 +9,12 @@
"status": {
"type": "enum",
"options": ["In Process", "Complete", "Failed"],
"readOnly": true
"readOnly": true,
"view": "views/fields/enum-styled",
"style": {
"Complete": "success",
"Failed": "danger"
}
},
"file": {
"type": "file",