Rename Notification Endpoints (#2645)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2023-02-08 10:16:07 -08:00
committed by GitHub
parent ba1888b6c4
commit b0d8c332e5
5 changed files with 9 additions and 9 deletions

View File

@@ -75,13 +75,13 @@ const NotificationEndpointTypeSelectorHelpBox = () => {
}}
>
<HelpIconFilled />
<div>Learn more about Notification Endpoints</div>
<div>Learn more about Event Destinations</div>
</Box>
<Box sx={{ fontSize: "14px", marginBottom: "15px" }}>
<Box sx={{ paddingBottom: "20px" }}>
<FeatureItem
icon={<LambdaNotificationsIcon />}
description={`What are Lambda Endpoint Notifications?`}
description={`What are Event Destinations?`}
/>
<Box sx={{ paddingTop: "20px" }}>
MinIO bucket notifications allow administrators to send

View File

@@ -206,7 +206,7 @@ const BucketEventsPanel = ({ classes }: IBucketEventsProps) => {
<Grid item xs={12}>
<br />
<HelpBox
title={"Lambda Notifications"}
title={"Event Notifications"}
iconComponent={<LambdaIcon />}
help={
<Fragment>

View File

@@ -185,7 +185,7 @@ const AddEventDestination = ({
label={
<Fragment>
<BackLink
label="Notification Endpoint"
label="Event Destination"
onClick={() => navigate(IAM_PAGES.EVENT_DESTINATIONS_ADD)}
/>
</Fragment>
@@ -213,8 +213,8 @@ const AddEventDestination = ({
<div className={classes.lambdaNotifTitle}>
<b>
{targetElement ? targetElement.targetTitle : ""}
Notification Endpoint
{targetElement ? targetElement.targetTitle : ""} Event
Destination
</b>
</div>
</div>

View File

@@ -26,7 +26,7 @@ const ConfirmDeleteDestinationModal = ({
confirmationContent={
<React.Fragment>
<DialogContentText>
Are you sure you want to delete the notification endpoint ?
Are you sure you want to delete the event destination ?
<br />
<b>{serviceName}</b> which is <b>{status}</b>
</DialogContentText>

View File

@@ -232,14 +232,14 @@ const ListEventDestinations = ({ classes }: IListNotificationEndpoints) => {
]}
isLoading={isLoading}
records={filteredRecords}
entityName="Notification Endpoints"
entityName="Event Destinations"
idField="service_name"
customPaperHeight={classes.twHeight}
/>
</Grid>
<Grid item xs={12}>
<HelpBox
title={"Notification Endpoints"}
title={"Event Destinations"}
iconComponent={<LambdaIcon />}
help={
<Fragment>