diff --git a/packages/frontend/src/lib/selects/ContainerProviderConnectionSelect.svelte b/packages/frontend/src/lib/selects/ContainerProviderConnectionSelect.svelte index 6afd97f7..80480eab 100644 --- a/packages/frontend/src/lib/selects/ContainerProviderConnectionSelect.svelte +++ b/packages/frontend/src/lib/selects/ContainerProviderConnectionSelect.svelte @@ -59,16 +59,20 @@ function getProviderStatusColor(item: ProviderContainerConnectionDetailedInfo): label: containerProviderConnection.name, }))}>
-
-
-
- {item.name} +
+
+ +
+ + {item.name} +
-
- {#if item.vmType} + + {#if item.vmType} +
({item.vmType}) - {/if} -
+
+ {/if}