2020-04-06 10:36:38 +02:00
|
|
|
{{#if hasMultiple}}
|
2020-04-02 07:21:57 +02:00
|
|
|
{{combo-box
|
|
|
|
value=connector
|
|
|
|
content=connectors
|
2020-04-29 03:42:39 +02:00
|
|
|
onChange=(action "changeConnector")}}
|
2020-04-06 10:36:38 +02:00
|
|
|
{{else}}
|
2020-04-15 07:22:21 +02:00
|
|
|
{{#if connector}}
|
|
|
|
<span class="connector-single">
|
|
|
|
{{connectorLabel}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
2020-04-02 07:21:57 +02:00
|
|
|
{{/if}}
|