@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.71 → 0.0.1-alpha.72
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.
|
@@ -45586,7 +45586,7 @@ const PodLogsMonaco = ({
|
|
|
45586
45586
|
substractHeight
|
|
45587
45587
|
}) => {
|
|
45588
45588
|
const [currentContainer, setCurrentContainer] = useState(containers[0] || void 0);
|
|
45589
|
-
const endpoint = `/api/clusters/${cluster}/openapi-bff-ws/terminal/podLogs/
|
|
45589
|
+
const endpoint = `/api/clusters/${cluster}/openapi-bff-ws/terminal/podLogs/podLogsNonWs`;
|
|
45590
45590
|
if (containers.length === 0) {
|
|
45591
45591
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: "No Running Containers" });
|
|
45592
45592
|
}
|