Skip to content

Commit

Permalink
Add RiSc plugin to System page
Browse files Browse the repository at this point in the history
  • Loading branch information
jorn-ola-birkeland committed Sep 24, 2024
1 parent 8a19f54 commit c24ae54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ const systemPage = (
/>
</EntityLayout.Route>

<EntityLayout.Route path="/risc" title="ROS">
<RiScPage />
</EntityLayout.Route>

<EntityLayout.Route path="/securityMetrics" title="Sikkerhetsmetrikker">
<SecurityMetricsPage />
</EntityLayout.Route>
Expand Down

0 comments on commit c24ae54

Please sign in to comment.