adriaaah / monit-dashboard

A web dashboard for rule all monit servers at a glance
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add the dashboard in home page #9

Closed saravanan30erd closed 4 years ago

saravanan30erd commented 4 years ago

Hi @adriaaah

I have added the small dashboard in home page based on the monitored components pass & fail rate. I didn't change the existing mouse onclick feature on server button which shows all the monitored components list when you click the server button. So used mouse onenter function for dashboard, when you move the mouse over the server button then it will show the respective server dashboard. Also if the servers are more and it exceeds than half page, then scrolling will be added automatically. Attached the screenshots for your reference,

mouse-enter-1 mouse-enter-2 mouse-click-1 mouse-click-2

adriaaah commented 4 years ago

Hi @saravanan30erd , Thanks for the work, I'll merge it.