mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-24 04:16:18 +00:00
Merge pull request #129 from chargao/gh-92
gh-92: linking to namespace from other pages
This commit is contained in:
@@ -8,7 +8,9 @@ const MetadataFields = ({item}) => (
|
||||
<Field name='Kind' value={item.kind} />
|
||||
|
||||
{item.metadata.namespace && (
|
||||
<Field name='Namespace' value={item.metadata.namespace} />
|
||||
<Field name='Namespace'>
|
||||
<a href={"#!namespace/"+item.metadata.namespace}>{item.metadata.namespace}</a>
|
||||
</Field>
|
||||
)}
|
||||
|
||||
<Field name='Created'>
|
||||
|
||||
Reference in New Issue
Block a user