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.14k stars 901 forks source link

Optimize the code by removing unnecessary attribute values #2110

Closed kerwin612 closed 2 weeks ago

kerwin612 commented 2 weeks ago

What's changed?

Optimize the code by removing unnecessary attribute values from the asideUserTpl.

The module asideUserTpl does not have a click event, nor does it have a dropdown box. Therefore, it is necessary to remove irrelevant attribute values and correct the mouse cursor style to the default, rather than setting it to appear clickable.

Checklist

Add or update API