Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions src/pages/Notifications/Overview/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ import notificationsProductIcon from '../../../assets/icons/notifications-produc
import CustomDataListItem, { IconName } from './CustomDataListItem';
import { Table, Tbody, Td, Tr } from '@patternfly/react-table';

// eslint-disable-next-line max-len
const LEARN_MORE =
'https://access.redhat.com/documentation/en-us/red_hat_hybrid_cloud_console/1-latest/html-single/configuring_notifications_on_the_red_hat_hybrid_cloud_console/index';
// eslint-disable-next-line max-len
'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/observe-configure_notifications_hcc_services';
const CONFIGURE_INTEGRATIONS =
'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/integrating_the_red_hat_hybrid_cloud_console_with_third-party_applications/index';
'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/extend-integrate_communication_apps';
const CONFIGURE_SOURCES =
'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/configuring_notifications_on_the_red_hat_hybrid_cloud_console/index';
'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/observe-configure_notifications_hcc_services';

export const NotificationsOverviewPage: React.FunctionComponent = () => {
const navigate = useNavigate();
Expand Down Expand Up @@ -268,15 +266,7 @@ export const NotificationsOverviewPage: React.FunctionComponent = () => {
The notifications and integrations services work together to transmit messages
to third-party applications, such as instant messaging platforms and external
ticketing systems, when events occur. Integrations include Splunk, Slack,
ServiceNow,{' '}
<a
href={
'https://access.redhat.com/documentation/en-us/red_hat_hybrid_cloud_console/2023/html/integrating_the_red_hat_hybrid_cloud_console_with_third-party_applications/index'
}
>
and more
</a>
.
ServiceNow, <a href={CONFIGURE_INTEGRATIONS}>and more</a>.
</span>
}
/>
Expand Down
Loading