File tree 2 files changed +3
-3
lines changed
public/general_components/service_card
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " OpenSearch Flow Framework Dashboards Plugin" ,
5
5
"main" : " index.js" ,
6
6
"config" : {
7
- "plugin_version" : " 2.17 .0.0" ,
7
+ "plugin_version" : " 2.19 .0.0" ,
8
8
"plugin_name" : " flowFrameworkDashboards" ,
9
9
"plugin_zip_name" : " dashboards-flow-framework"
10
10
},
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const registerPluginCard = (
37
37
} }
38
38
>
39
39
{ i18n . translate ( 'flowFrameworkDashboards.opensearchFlowCard.footer' , {
40
- defaultMessage : 'Try OpenSearch Flow ' ,
40
+ defaultMessage : 'Try AI Search Flows ' ,
41
41
} ) }
42
42
</ EuiSmallButton >
43
43
</ EuiFlexItem >
@@ -49,7 +49,7 @@ export const registerPluginCard = (
49
49
getContent : ( ) => ( {
50
50
id : 'opensearch_flow' ,
51
51
kind : 'card' ,
52
- order : 20 ,
52
+ order : 10 ,
53
53
getTitle : ( ) => {
54
54
return (
55
55
< EuiFlexGroup direction = "row" gutterSize = "xs" >
You can’t perform that action at this time.
0 commit comments