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 () => {
142
142
connection_modes,
143
143
settings,
144
144
actions,
145
- presets
145
+ presets,
146
+ partnerOwned : destination . partnerOwned
146
147
} ;
147
148
148
149
// 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">
76
76
< table >
77
77
< thead >
78
78
< tr >
79
- < th > Device-mode </ th >
80
- < th > Cloud-mode </ th >
79
+ < th > Device-modex </ th >
80
+ < th > Cloud-modex </ th >
81
81
</ tr >
82
82
</ thead >
83
83
< tbody >
@@ -98,5 +98,14 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
98
98
</ div >
99
99
{% endunless %}
100
100
{% 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}}
101
110
</ div >
102
111
{% endif %}
You can’t perform that action at this time.
0 commit comments