openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
165 stars 112 forks source link

[change:ui] Use placeholders for default values in alert settings #529

Open nemesifier opened 1 year ago

nemesifier commented 1 year ago

When an alert setting value is not customized (it is taken from the general settings), instead of showing it as an input value, we can show it as a placeholder value.

MeghanaNalla commented 1 year ago

I'm working on this issue.