File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 15
15
<th>Integration</th>
16
16
<th>US Workspace</th>
17
17
<th>EU workspace w/ US Endpoint</th>
18
+ <th>EU workspace w/ EU Endpoint</th>
18
19
</tr>
19
20
</thead >
20
21
<tbody >
32
33
<td>{% if destination.regions contains "eu-west-1" and destination.endpoints contains "US" %}<img class="inline"
33
34
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
34
35
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>
35
39
</tr>
36
40
{% endfor %}
37
41
<tr class="settingRow warehouse">
47
51
<td>{% if warehouse.regions contains "eu" and warehouse.endpoints contains "us" %}<img class="inline"
48
52
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
49
53
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>
50
57
</tr>
51
58
{% endfor %}
52
59
</tbody >
You can’t perform that action at this time.
0 commit comments