apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.53k stars 960 forks source link

Fixed notify module error #2160

Closed kerwin612 closed 3 months ago

kerwin612 commented 3 months ago

What's changed?

before: bug

after: fixed

Originally, the notification center referenced the notice-icon component, which was implemented based on the nz-tabs component. However, there was a bug where the tab-panel would not show up in hertzbeat when there was only one tab. Given the current usage scenario, we can avoid relying on the ·notice-icon· component and implement it ourselves.

Checklist

Add or update API