@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.66 → 0.0.1-alpha.67
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.
|
@@ -45324,7 +45324,7 @@ const NodeTerminal$1 = ({ cluster, nodeName }) => {
|
|
|
45324
45324
|
const [currentProfile, setCurrentProfile] = useState();
|
|
45325
45325
|
const [hash, setHash] = useState(0);
|
|
45326
45326
|
const endpoint = `/api/clusters/${cluster}/openapi-bff-ws/terminal/terminalNode/terminalNode`;
|
|
45327
|
-
const profiles = ["legacy", "general", "baseline", "netadmin", "sysadmin"];
|
|
45327
|
+
const profiles = ["legacy", "general", "baseline", "netadmin", "restricted", "sysadmin"];
|
|
45328
45328
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
45329
45329
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { gap: 16, children: [
|
|
45330
45330
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Styled.CustomSelect, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|