@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.70 → 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.
|
@@ -45551,7 +45551,8 @@ const MonacoEditor = ({
|
|
|
45551
45551
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Styled$1.CustomCard, { $isVisible: isTerminalVisible, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$1.FullWidthDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
45552
45552
|
Ft,
|
|
45553
45553
|
{
|
|
45554
|
-
defaultLanguage: "
|
|
45554
|
+
defaultLanguage: "plaintext",
|
|
45555
|
+
language: "plaintext",
|
|
45555
45556
|
width: "100%",
|
|
45556
45557
|
height: `calc(100vh - ${substractHeight}px`,
|
|
45557
45558
|
theme: theme === "dark" ? "vs-dark" : theme === void 0 ? "vs-dark" : "vs",
|
|
@@ -45585,7 +45586,7 @@ const PodLogsMonaco = ({
|
|
|
45585
45586
|
substractHeight
|
|
45586
45587
|
}) => {
|
|
45587
45588
|
const [currentContainer, setCurrentContainer] = useState(containers[0] || void 0);
|
|
45588
|
-
const endpoint = `/api/clusters/${cluster}/openapi-bff-ws/terminal/podLogs/
|
|
45589
|
+
const endpoint = `/api/clusters/${cluster}/openapi-bff-ws/terminal/podLogs/podLogsNonWs`;
|
|
45589
45590
|
if (containers.length === 0) {
|
|
45590
45591
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: "No Running Containers" });
|
|
45591
45592
|
}
|