Skip to content

Commit

Permalink
Change ExportedRoutes to show only active plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Jul 23, 2024
1 parent 3db899e commit d422a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/ui/src/ExportedRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ export const exportedRoutes = [
component: ChildRouteWrapper,
meta: {
sidebar: {
enabled: true,
enabled_by_mpm_plugin_id: 4,
name: 'CalinSmart Meter',
icon: 'bolt',
},
Expand Down Expand Up @@ -1016,7 +1016,7 @@ export const exportedRoutes = [
component: ChildRouteWrapper,
meta: {
sidebar: {
enabled: true,
enabled_by_mpm_plugin_id: 2,
name: 'SteamaCo Meter',
icon: 'bolt',
},
Expand Down

0 comments on commit d422a64

Please sign in to comment.