Skip to content

Commit

Permalink
Redesigning chart layout
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jul 20, 2022
1 parent 8a174e6 commit 1350f3d
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 236 deletions.
13 changes: 12 additions & 1 deletion www/src/components/Plural.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ import { AuditDirectory } from './audits/AuditDirectory'
import { Audits } from './audits/Audits'
import { LoginAudits } from './audits/LoginAudits'
import { AuditChloropleth } from './audits/AuditChloropleth'
import ChartReadme from './repos/packages/ChartReadme'
import ChartConfiguration from './repos/packages/ChartConfiguration'

function EditBilling(props) {
return (
Expand Down Expand Up @@ -213,7 +215,16 @@ export function PluralInner() {
<Route
path="/charts/:chartId"
element={<Chart />}
/>
>
<Route
index
element={<ChartReadme />}
/>
<Route
path="configuration"
element={<ChartConfiguration />}
/>
</Route>
<Route
path="/terraform/:tfId"
element={<Terraform />}
Expand Down
Loading

0 comments on commit 1350f3d

Please sign in to comment.