Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Add a fill for puppet tab
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer committed Feb 22, 2022
1 parent 8650c02 commit 79fd062
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack/fills.js
Expand Up @@ -9,6 +9,12 @@ const fills = [
component: props => <ReportsTab {...props} />,
weight: 450,
},
{
slot: '[puppet]-reports',
name: 'Reports',
component: props => <ReportsTab {...props} />,
weight: 450,
},
];

export const registerFills = () => {
Expand Down

0 comments on commit 79fd062

Please sign in to comment.