mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add tree view to namespace details
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
304fcdc601
commit
f0111391f2
@ -26,6 +26,7 @@ import limitRangeStoreInjectable from "../+config-limit-ranges/store.injectable"
|
||||
import resourceQuotaStoreInjectable from "../+config-resource-quotas/store.injectable";
|
||||
import type { Logger } from "../../../common/logger";
|
||||
import loggerInjectable from "../../../common/logger.injectable";
|
||||
import { NamespaceTreeView } from "./namespace-tree-view";
|
||||
|
||||
export interface NamespaceDetailsProps extends KubeObjectDetailsProps<Namespace> {
|
||||
}
|
||||
@ -103,6 +104,8 @@ class NonInjectedNamespaceDetails extends React.Component<NamespaceDetailsProps
|
||||
</Link>
|
||||
))}
|
||||
</DrawerItem>
|
||||
|
||||
<NamespaceTreeView root={namespace}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user