@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.64 → 0.0.1-alpha.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45070,7 +45070,6 @@ const PodTerminal$1 = ({ cluster, namespace, podName, containers }) => {
|
|
|
45070
45070
|
placeholder: "Select container",
|
|
45071
45071
|
options: containers.map((container) => ({ value: container, label: container })),
|
|
45072
45072
|
filterOption: filterSelectOptions,
|
|
45073
|
-
allowClear: true,
|
|
45074
45073
|
disabled: containers.length === 0,
|
|
45075
45074
|
showSearch: true,
|
|
45076
45075
|
value: currentContainer,
|