tombolaltd / ecs-monitor

A simple monitoring solution for Amazon's Elastic Container Service (ECS)
MIT License
60 stars 17 forks source link

The deployments component is a bit overkill #7

Open marc-costello opened 7 years ago

marc-costello commented 7 years ago

I think this would be better as some sort of notification component, rather than one which permanently takes up page real estate.

What I'm thinking is - When a new deployment is detected (currently in progress) can we display a toast like notification which displays the status of that deployment, then disappears after some timeout once the deployment is complete.

marc-costello commented 7 years ago

Added a toast for deployment starts. Probably want to go further with this issue but it's a start for more.