Enable coloring databases on the list
When working on dev/prod databases at the same time you can mistakenly delete or modify something on prod instead of dev.
If I could mark production ones in red and others in green it would help me prevent it. Thanks!
This was implemented in MongoChef 3.4.0
-
Anonymous commented
deployed and work great !
-
Scott Wagner commented
@Thomas Nelson +1, I was just coming onto the site to suggest that
-
Thomas Nelson commented
Color coding the tabs to match the connection would be really helpful!
-
Michael Wills commented
I see what through me now. When a shell connects, it has
```
MongoDB shell version: 2.6.7
connecting to: localhost:55484/test
```and the localhost:port through me. Switching through tabs requires (the admittedly minor motion of) looking up to confirm the current master tab which _does_ have the connection name. Just thinking of a way to help reduce possible accidents there.
-
Michael Wills commented
Additionally having the color/connection name on the related shell output tabs would be helpful as well.
-
Michael Wills commented
I like the color idea like red for production databases :)
More generally though if the affected connection could be in UI dialogs that would be helpful. So clearing a collection would say "Remove all documents from connection_name:database".