2020-04-06 18:36:38 +10:00
|
|
|
{{#if hasMultiple}}
|
2020-04-02 16:21:57 +11:00
|
|
|
{{combo-box
|
|
|
|
value=connector
|
|
|
|
content=connectors
|
2023-07-10 07:55:54 +01:00
|
|
|
onChange=(action "changeConnector")
|
|
|
|
}}
|
2020-04-06 18:36:38 +10:00
|
|
|
{{else}}
|
2020-04-15 15:22:21 +10:00
|
|
|
{{#if connector}}
|
|
|
|
<span class="connector-single">
|
|
|
|
{{connectorLabel}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
2023-07-10 07:55:54 +01:00
|
|
|
{{/if}}
|