You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdstyle="border-left: 1pxsolidgray;">{% if destination.connection_modes.cloud.web %}✅{% else %}⬜️{% endif %} </td>
25
30
<td>{% if destination.connection_modes.cloud.mobile %}✅{% else %}⬜️{% endif %} </td>
26
-
<td>{% if destination.connection_modes.device.web %}✅{% else %}⬜️{% endif %} </td>
27
-
<td>{% if destination.connection_modes.device.mobile %}✅{% else %}⬜️{% endif %} </td>
28
31
<td>{% if destination.connection_modes.cloud.server %}✅{% else %}⬜️{% endif %} </td>
32
+
<tdstyle="border-left: 1pxsolidgray;">{% if destination.connection_modes.device.web %}✅{% else %}⬜️{% endif %} </td>
33
+
<td>{% if destination.connection_modes.device.mobile %}✅{% else %}⬜️{% endif %} </td>
29
34
</tr>
30
35
{% endunless %}
31
36
{% endfor %}
32
37
</table>
33
38
34
-
The following destinations have no connection mode information available:
39
+
##### The following destinations have no connection mode information available:
35
40
{% for destination in site.data.catalog.destinations.items %}
36
41
{% if destination.connection_modes.cloud.web == false and destination.connection_modes.cloud.mobile == false and destination.connection_modes.device.web == false and destination.connection_modes.device.mobile == false and destination.connection_modes.cloud.server == false %}
0 commit comments