kerwin612 opened a new pull request, #2590: URL: https://github.com/apache/hertzbeat/pull/2590
Fixed #2244   1. About the too many columns in the table By setting a minimum width for the columns, the excessive number of columns will no longer be squeezed together, and instead, a horizontal scrollbar will appear. 2. About the excessively long content in some cells of a table resulting in multiple line breaks By adding a setting to automatically hide excess text in the cell, the cell will no longer automatically wrap text, and details can be displayed through a hovering tooltip. 3. A function to enlarge cards has been added, allowing users to click the enlarge button in the upper right corner of the card to expand it, so that more content can be displayed for easier browsing of information. ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [x] I have written the necessary doc or comment. - [x] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
