Skip to content

Commit

Permalink
add metadata component to automated cluster discovery (#3666)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <[email protected]>
  • Loading branch information
ahussein3 and foot authored Nov 23, 2023
1 parent 31806d4 commit 498fa43
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
useSyncFluxObject,
KubeStatusIndicator,
createYamlCommand,
Metadata,
} from '@weaveworks/weave-gitops';
import React from 'react';
import { useRouteMatch } from 'react-router-dom';
Expand Down Expand Up @@ -183,6 +184,7 @@ function ClusterDiscoveryDetails({
['Suspended', acd?.suspended ? 'True' : 'False'],
]}
/>
<Metadata metadata={acd.metadata} labels={acd.labels} />
<TableWrapper>
<RequestStateHandler
loading={isLoading}
Expand Down

0 comments on commit 498fa43

Please sign in to comment.