Skip to content

Commit

Permalink
feat: Redesign namespaces view (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Jul 10, 2024
1 parent a68742b commit 62920a4
Show file tree
Hide file tree
Showing 12 changed files with 637 additions and 260 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { deepOmitKey } from '../../../../utils/deepOmitKey'

import { GlobalServiceContextT, getBreadcrumbs } from './GlobalService'

function PropCard({
export function PropCard({
title,
titleContent,
children,
Expand Down Expand Up @@ -306,9 +306,7 @@ export default function GlobalServiceInfo() {
</Chip>
</PropCard>
{globalService?.project && (
<PropCard title="Cascade">
<PropCard title="Project">{globalService.project.name}</PropCard>
</PropCard>
<PropCard title="Cascade">{globalService.project.name}</PropCard>
)}
</div>
{globalService?.template ? (
Expand Down
65 changes: 0 additions & 65 deletions assets/src/components/cd/namespaces/NamespacesDetailTable.tsx

This file was deleted.

136 changes: 0 additions & 136 deletions assets/src/components/cd/namespaces/NamespacesDetailView.tsx

This file was deleted.

Loading

0 comments on commit 62920a4

Please sign in to comment.