Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit a121523

Browse files
authored
Merge pull request #253 from davidradl/git251
#251 amend incorrect working in server author
2 parents 632af05 + 5ea870b commit a121523

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

cra-client/src/components/ServerAuthor/components/ServerAuthorWizard.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1192,10 +1192,10 @@ export default function ServerAuthorWizard() {
11921192
handleNextStep={handleConfigureESB}
11931193
/>
11941194
<h4 className="left-text-bottom-margin-24">
1195-
Configure Enterprise Service Bus
1195+
Configure Event Bus
11961196
</h4>
11971197
<div className="left-text-bottom-margin-24">
1198-
Configure Enterprise Service Bus with default topicURLRoot as
1198+
Configure Event Bus with default topicURLRoot as
11991199
'egeriaTopics'
12001200
</div>
12011201
</div>

cra-client/src/components/ServerAuthor/components/defaults/serverConfigElements.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,52 @@
44
const serverConfigElements = [
55
{
66
id: "server-type-config-element",
7-
label: "Select server type",
7+
label: "Server Type",
88
description: "Set the type of server to be configured."
99
},
1010
{
1111
id: "config-basic-config-element",
12-
label: "Basic configuration",
12+
label: "Basic",
1313
description: "Basic configuration that all server types can have"
1414
},
1515
{
1616
id: "audit-log-config-element",
17-
label: "Configure audit log destinations",
17+
label: "Audit log",
1818
description: "Configure the audit log destinations"
1919
},
2020
{
2121
id: "local-repository-config-element",
22-
label: "Configure Local Repository",
22+
label: "Repository",
2323
description: "Configure the local repository type."
2424
},
2525
{
2626
id: "access-services-config-element",
27-
label: "Select access services",
27+
label: "Access services",
2828
description: "Select the access services required for this server."
2929
},
3030
{
3131
id: "esb-config-element",
32-
label: "Configure Event Bus",
32+
label: "Event Bus",
3333
description: "Configure Event Bus."
3434
},
3535
{
3636
id: "cohort-config-element",
37-
label: "Register to a cohort",
37+
label: "Cohorts",
3838
description: "Register which cohorts this server will be part of."
3939
},
4040
{
4141
id: "archives-config-element",
42-
label: "Configure the open metadata archives",
42+
label: "Archives",
4343
description: "Configure which open types archives are to be used by this server."
4444
},
4545
{
4646
id: "repository-proxy-config-element",
47-
label: "Configure the repository proxy connectors",
47+
label: "repository proxy",
4848
description: "Configure the repository proxy connectors to the target proprietory metadata repository."
4949
},
5050
{
5151
id: "view-services-config-element",
52-
label: "Select and configure the View Services",
52+
label: "View Services",
5353
description: "Configure view services in order to be able to service a UI"
5454
},
5555
{
@@ -59,8 +59,8 @@ const serverConfigElements = [
5959
},
6060
{
6161
id: "final-config-element",
62-
label: "Server configured",
63-
description: "Server has been confiured."
62+
label: "Configured",
63+
description: "Server has been configured."
6464
},
6565

6666
];

cra-client/src/components/ServerAuthor/components/defaults/serverTypes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const serverTypes = [
55

66
{
77
id: "access-store-server",
8-
label: "Access Store Server (previously called Metadata Server)",
8+
label: "Metadata Access Store Server (previously called Metadata Server)",
99
description: "Supports the access services and supports a metadata repository that can natively store open metadata types as well as specialized metadata APIs for different types of tools (these APIs are called access services).",
1010
serverConfigElements : ["server-type-config-element", "config-basic-config-element", "local-repository-config-element", "esb-config-element", "cohort-config-element", "access-services-config-element", "archives-config-element", "audit-log-config-element", "final-config-element"]
1111
},

0 commit comments

Comments
 (0)