Skip to content

Commit a30bbb5

Browse files
committed
Update plugin name and rearrange Try AI Search Flows card
Signed-off-by: saimedhi <saimedhi@amazon.com>
1 parent a525583 commit a30bbb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "OpenSearch Flow Framework Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "2.17.0.0",
7+
"plugin_version": "2.19.0.0",
88
"plugin_name": "flowFrameworkDashboards",
99
"plugin_zip_name": "dashboards-flow-framework"
1010
},

public/general_components/service_card/plugin_card.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const registerPluginCard = (
3737
}}
3838
>
3939
{i18n.translate('flowFrameworkDashboards.opensearchFlowCard.footer', {
40-
defaultMessage: 'Try OpenSearch Flow',
40+
defaultMessage: 'Try AI Search Flows',
4141
})}
4242
</EuiSmallButton>
4343
</EuiFlexItem>
@@ -49,7 +49,7 @@ export const registerPluginCard = (
4949
getContent: () => ({
5050
id: 'opensearch_flow',
5151
kind: 'card',
52-
order: 20,
52+
order: 10,
5353
getTitle: () => {
5454
return (
5555
<EuiFlexGroup direction="row" gutterSize="xs">

0 commit comments

Comments
 (0)