Skip to content

Commit

Permalink
Make home plugin optional for managemnet overview
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Jul 6, 2023
1 parent 833179c commit 9472de0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/management_overview/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "opensearchDashboards",
"ui": true,
"server": false,
"requiredPlugins": ["navigation", "home"],
"optionalPlugins": []
"requiredPlugins": ["navigation"],
"optionalPlugins": ["home"],
"requiredBundles": ["home"]
}

0 comments on commit 9472de0

Please sign in to comment.