Skip to content

Commit 36093cb

Browse files
committed
add back EU endpoint column
1 parent 85aa50e commit 36093cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/_includes/content/regional-integrations-table.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<th>Integration</th>
1616
<th>US Workspace</th>
1717
<th>EU workspace w/ US Endpoint</th>
18+
<th>EU workspace w/ EU Endpoint</th>
1819
</tr>
1920
</thead>
2021
<tbody>
@@ -32,6 +33,9 @@
3233
<td>{% if destination.regions contains "eu-west-1" and destination.endpoints contains "US" %}<img class="inline"
3334
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
3435
src="/docs/images/unsupported.svg" />{% endif %}</td>
36+
<td> {% if destination.regions contains "eu-west-1" and destination.endpoints contains "EU" %}<img class="inline"
37+
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
38+
src="/docs/images/unsupported.svg" />{% endif %}</td>
3539
</tr>
3640
{% endfor %}
3741
<tr class="settingRow warehouse">
@@ -47,6 +51,9 @@
4751
<td>{% if warehouse.regions contains "eu" and warehouse.endpoints contains "us" %}<img class="inline"
4852
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
4953
src="/docs/images/unsupported.svg" />{% endif %}</td>
54+
<td> {% if warehouse.regions contains "eu" and warehouse.endpoints contains "eu" %}<img class="inline"
55+
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
56+
src="/docs/images/unsupported.svg" />{% endif %}</td>
5057
</tr>
5158
{% endfor %}
5259
</tbody>

0 commit comments

Comments
 (0)