Merge pull request #139 from PRO-Robotech/feature/dev

namespace in tables | dots in controls
This commit is contained in:
typescreep
2025-10-09 19:22:04 +03:00
committed by GitHub
3 changed files with 7 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"@ant-design/icons": "5.6.0",
"@monaco-editor/react": "4.6.0",
"@originjs/vite-plugin-federation": "1.3.6",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.130",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.131",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",
@@ -2804,9 +2804,9 @@
}
},
"node_modules/@prorobotech/openapi-k8s-toolkit": {
"version": "0.0.1-alpha.130",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.130.tgz",
"integrity": "sha512-JI53qkBcHQyJYm3/PkjJ4olKH82fbYQUmw9s7ubVgdWvPyGz2/OoPywFjoIvTHn6BY7t1tZIaCc1WSgs24f2iA==",
"version": "0.0.1-alpha.131",
"resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.131.tgz",
"integrity": "sha512-u8D3kdXLOl59wlhjLHH2KErrKMc2S6ScULqgiVjC4CHs6vn8ukZPiqVg52OBaOomYZjgVy5iTy9H7uE3nZK/Qg==",
"license": "MIT",
"dependencies": {
"@monaco-editor/react": "4.6.0",

View File

@@ -20,7 +20,7 @@
"@ant-design/icons": "5.6.0",
"@monaco-editor/react": "4.6.0",
"@originjs/vite-plugin-federation": "1.3.6",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.130",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.131",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",

View File

@@ -216,9 +216,11 @@ export const TableApiBuiltin: FC<TTableApiBuiltinProps> = ({
...replaceValuesPartsOfUrls,
}}
cluster={cluster}
namespace={namespace}
theme={theme}
baseprefix={inside ? `${baseprefix}/inside` : baseprefix}
dataItems={getDataItems({ resourceType, dataBuiltin, dataApi })}
isNamespaced={isNamespaced}
dataForControls={{
cluster,
syntheticProject: params.syntheticProject,