Skip to content

Commit

Permalink
frontend: Make plugin settings available in all modes
Browse files Browse the repository at this point in the history
this patch makes the plugin settings available in
all modes, earlier it wasn't available in in-cluster
mode.

Signed-off-by: yolossn <[email protected]>
  • Loading branch information
yolossn committed Feb 28, 2024
1 parent 9f270c3 commit 7d92c68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/Sidebar/prepareRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function prepareRoutes(
name: 'plugins',
label: t('translation|Plugins'),
url: '/settings/plugins',
hide: !helpers.isElectron(),
},
],
},
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ const defaultRoutes: {
},
useClusterURL: false,
noAuthRequired: true,
disabled: !helpers.isElectron(),
component: () => <PluginSettings />,
},
pluginDetails: {
Expand Down

0 comments on commit 7d92c68

Please sign in to comment.