Rename Notification Endpoints (#2645)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -206,7 +206,7 @@ const BucketEventsPanel = ({ classes }: IBucketEventsProps) => {
|
||||
<Grid item xs={12}>
|
||||
<br />
|
||||
<HelpBox
|
||||
title={"Lambda Notifications"}
|
||||
title={"Event Notifications"}
|
||||
iconComponent={<LambdaIcon />}
|
||||
help={
|
||||
<Fragment>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user