mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
refactor(kube/namespaces): migrate table to react [EE-4694] (#10988)
This commit is contained in:
parent
da615afc92
commit
26bb028ace
18 changed files with 387 additions and 346 deletions
5
app/react/kubernetes/namespaces/isDefaultNamespace.ts
Normal file
5
app/react/kubernetes/namespaces/isDefaultNamespace.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const KUBERNETES_DEFAULT_NAMESPACE = 'default';
|
||||
|
||||
export function isDefaultNamespace(namespace: string) {
|
||||
return namespace === KUBERNETES_DEFAULT_NAMESPACE;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue