File tree 2 files changed +3
-4
lines changed
public/general_components/service_card
2 files changed +3
-4
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" : " 3.0.0.0-alpha1" ,
8
7
"plugin_name" : " flowFrameworkDashboards" ,
9
8
"plugin_zip_name" : " dashboards-flow-framework"
10
9
},
14
13
"opensearch" : " ../../scripts/use_node ../../scripts/opensearch" ,
15
14
"lint:es" : " ../../scripts/use_node ../../scripts/eslint -c eslintrc.json" ,
16
15
"test:jest" : " ../../node_modules/.bin/jest --config ./test/jest.config.js" ,
17
- "build" : " yarn plugin-helpers build && echo Renaming artifact to $npm_package_config_plugin_zip_name-$npm_package_config_plugin_version .zip && mv ./build/$npm_package_config_plugin_name*.zip ./build/$npm_package_config_plugin_zip_name-$npm_package_config_plugin_version .zip"
16
+ "build" : " yarn plugin-helpers build && echo Renaming artifact to $npm_package_config_plugin_zip_name-$npm_package_version .zip && mv ./build/$npm_package_config_plugin_name*.zip ./build/$npm_package_config_plugin_zip_name-$npm_package_version .zip"
18
17
},
19
18
"repository" : {
20
19
"type" : " git" ,
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 ${ PLUGIN_NAME } ` ,
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