File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ const updateDestinations = async () => {
142142 connection_modes,
143143 settings,
144144 actions,
145- presets
145+ presets,
146+ partnerOwned : destination . partnerOwned
146147 } ;
147148
148149 // Add the updated destination to the destinationsUpdated array
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
7676< table >
7777< thead >
7878 < tr >
79- < th > Device-mode </ th >
80- < th > Cloud-mode </ th >
79+ < th > Device-modex </ th >
80+ < th > Cloud-modex </ th >
8181 </ tr >
8282</ thead >
8383< tbody >
@@ -98,5 +98,14 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9898</ div >
9999{% endunless %}
100100{% endif %}
101+ {% if destinationInfo.partnerOwned == true %}
102+ < div >
103+ < h6 > Partner Owned</ h6 >
104+ < ul class ="components-list ">
105+ < li > This integration is partner owned. Please reach out to the partner's support for any issues.</ li >
106+ </ ul >
107+ </ div >
108+ {% endif %}
109+ {{contacts}}
101110</ div >
102111{% endif %}
You can’t perform that action at this time.
0 commit comments