Skip to content

Commit 0666d25

Browse files
committed
Fix double dashboard folder
1 parent a51401a commit 0666d25

7 files changed

Lines changed: 17 additions & 25 deletions

File tree

plugins/SendGrid/v1/defaultContent/SendGrid/manifest.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

plugins/SendGrid/v1/defaultContent/SendGrid/emailClientInsights.dash.json renamed to plugins/SendGrid/v1/defaultContent/emailClientInsights.dash.json

File renamed without changes.

plugins/SendGrid/v1/defaultContent/SendGrid/engagement.dash.json renamed to plugins/SendGrid/v1/defaultContent/engagement.dash.json

File renamed without changes.
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"items": [
33
{
4-
"name": "SendGrid",
5-
"type": "folder"
4+
"name": "engagement",
5+
"type": "dashboard"
6+
},
7+
{
8+
"name": "nonDelivery",
9+
"type": "dashboard"
10+
},
11+
{
12+
"name": "unsubscribes",
13+
"type": "dashboard"
14+
},
15+
{
16+
"name": "emailClientInsights",
17+
"type": "dashboard"
618
}
719
]
820
}

plugins/SendGrid/v1/defaultContent/SendGrid/nonDelivery.dash.json renamed to plugins/SendGrid/v1/defaultContent/nonDelivery.dash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Non-delivery",
2+
"name": "Non-Delivery",
33
"schemaVersion": "1.4",
44
"dashboard": {
55
"_type": "layout/grid",

plugins/SendGrid/v1/defaultContent/SendGrid/unsubscribes.dash.json renamed to plugins/SendGrid/v1/defaultContent/unsubscribes.dash.json

File renamed without changes.

plugins/SendGrid/v1/ui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"help": "The API key must have read-only permissions to Stats and/or Suppressions",
4-
"label": "API Key",
4+
"label": "API key",
55
"name": "apiKey",
66
"placeholder": "Enter the SendGrid API key",
77
"type": "password",
@@ -12,7 +12,7 @@
1212
{
1313
"name": "region",
1414
"type": "autocomplete",
15-
"label": "SendGrid Account Region",
15+
"label": "SendGrid account region",
1616
"validation": {
1717
"required": true
1818
},

0 commit comments

Comments
 (0)