diff --git a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json index 6082817315..561b9cd0f9 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json @@ -15,6 +15,9 @@ "status": { "type": "enum", "options": ["Active", "Inactive"], + "style": { + "Inactive": "info" + }, "default": "Active" }, "host": { diff --git a/application/Espo/Resources/metadata/entityDefs/InboundEmail.json b/application/Espo/Resources/metadata/entityDefs/InboundEmail.json index f48635fd4e..0716b08ac3 100644 --- a/application/Espo/Resources/metadata/entityDefs/InboundEmail.json +++ b/application/Espo/Resources/metadata/entityDefs/InboundEmail.json @@ -15,6 +15,9 @@ "status": { "type": "enum", "options": ["Active", "Inactive"], + "style": { + "Inactive": "info" + }, "default": "Active" }, "host": { diff --git a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json index 733556b08f..2a71ae6490 100644 --- a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json +++ b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json @@ -13,6 +13,9 @@ "type": "enum", "options": ["Active", "Inactive"], "default": "Active", + "style": { + "Inactive": "info" + }, "audited": true }, "scheduling": {