mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 20:29:04 +08:00
chore(ruler): remove the notification for rule ID migration (#7806)
This commit is contained in:
parent
73f57d8bee
commit
5b2f897a00
@ -2,7 +2,7 @@
|
|||||||
import './Home.styles.scss';
|
import './Home.styles.scss';
|
||||||
|
|
||||||
import { Color } from '@signozhq/design-tokens';
|
import { Color } from '@signozhq/design-tokens';
|
||||||
import { Alert, Button, Popover } from 'antd';
|
import { Button, Popover } from 'antd';
|
||||||
import logEvent from 'api/common/logEvent';
|
import logEvent from 'api/common/logEvent';
|
||||||
import { HostListPayload } from 'api/infraMonitoring/getHostLists';
|
import { HostListPayload } from 'api/infraMonitoring/getHostLists';
|
||||||
import { K8sPodsListPayload } from 'api/infraMonitoring/getK8sPodsList';
|
import { K8sPodsListPayload } from 'api/infraMonitoring/getK8sPodsList';
|
||||||
@ -644,16 +644,6 @@ export default function Home(): JSX.Element {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="home-right-content">
|
<div className="home-right-content">
|
||||||
<div className="home-notifications-container">
|
|
||||||
<div className="notification">
|
|
||||||
<Alert
|
|
||||||
message="We're transitioning alert rule IDs from integers to UUIDs on April 23, 2025. Both old and new alert links will continue to work after this change - existing notifications using integer IDs will remain functional while new alerts will use the UUID format."
|
|
||||||
type="info"
|
|
||||||
showIcon
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{!isWelcomeChecklistSkipped && !loadingUserPreferences && (
|
{!isWelcomeChecklistSkipped && !loadingUserPreferences && (
|
||||||
<AnimatePresence initial={false}>
|
<AnimatePresence initial={false}>
|
||||||
<Card className="checklist-card">
|
<Card className="checklist-card">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user