FOSSology generates a large set of data that is exported to the time-series influx database and visualized with the help of Grafana. I Wrote a fossdash_publisher script that collects useful data from FOSSology DB (Postgres) and exposes them to influx DB. Developed a visualization dashboard in Grafana by integrating influx as an input data source.
GNU General Public License v2.0
2
stars
0
forks
source link
show error message on Configuring wrong value in the input. #15
As of now when we configuring sysconfig variable, when it updated successfully we get small Msg at the top as shown below.
But when someone enters the wrong input value in the input box, there should be a mechanism to show error msg at top.
We need to do it for every new variable added in the future as well, Must be implemented in a generic fashion.
As of now when we configuring sysconfig variable, when it updated successfully we get small Msg at the top as shown below.
But when someone enters the wrong input value in the input box, there should be a mechanism to show error msg at top. We need to do it for every new variable added in the future as well, Must be implemented in a generic fashion.