louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
57.9k stars 5.22k forks source link

multi-line descriptions in the dasboard for group-monitors #5244

Open mcury1985 opened 4 hours ago

mcury1985 commented 4 hours ago

⚠️ Please verify that this question has NOT been raised before.

Searched in Google and here in github closed topics, and it seems that according to the link below, users are able to use \n, but here it is not working.

🛡️ Security Policy

📝 Describe your problem

I would like to ask how to break lines in the description field, for a group.

Updated today to the latest version but I'm still unable to make it work as desired.

📝 Error Message(s) or Log

No response

🐻 Uptime-Kuma Version

1.23.15

💻 Operating System and Arch

Windows 10 Pro 22H2 19045.5011

🌐 Browser

Firefox 131.0.3 (64-bits) Windows

🖥️ Deployment Environment

CommanderStorm commented 2 hours ago

seems that according to the link below, users are able to use

Status page descriptions are a different part of the UI.

Making the description with new lines would not be hard (changing it from an input to a textfield, making sure the field is styled the same way as before, making sure it is displayed on the dashboard correctly) We just did not designed this in.

if you/somebody else wants to contribute something along these lines, our contribution guide is here: https://github.com/louislam/uptime-kuma/blob/79a26180af29890e9050100add2877872c821105/CONTRIBUTING.md

mcury1985 commented 2 hours ago

Great!! Thanks very much for the info, I'll give it a try