Skip to content

Commit 9eeed06

Browse files
authored
Update plugin id to indexManagementDashboards (#10)
Signed-off-by: Ashish Agrawal <[email protected]>
1 parent 226fc73 commit 9eeed06

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Ultimately, your directory structure should look like this:
3333

3434
To build the plugin's distributable zip simply run `yarn build`.
3535

36-
Example output: `./build/indexManagementOpenSearchDashboards-1.12.0.0.zip`
36+
Example output: `./build/indexManagementDashboards-1.0.0.0-beta1.zip`
3737

3838

3939
## Run

opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "indexManagementOpenSearchDashboards",
2+
"id": "indexManagementDashboards",
33
"version": "1.0.0.0-beta1",
44
"opensearchDashboardsVersion": "1.0.0-beta1",
55
"configPath": ["opensearch_index_management"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"homepage": "https://github.com/opensearch-project/index-management-dashboards-plugin",
88
"config": {
9-
"id": "indexManagementOpenSearchDashboards"
9+
"id": "indexManagementDashboards"
1010
},
1111
"repository": {
1212
"type": "git",

release-notes/opensearch-index-management-dashboards-plugin.release-notes-1.0.0.0-beta1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Compatible with OpenSearch-Dashboards 1.0.0
1818

1919
* Migrates plugin to OpenSearch Dashboards ([#1](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1))
2020
* Cleans up a few more references ([#5](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/5))
21+
* Update plugin id to indexManagementDashboards ([#10](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/10))
2122

0 commit comments

Comments
 (0)