arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
290 stars 87 forks source link

allow for a static name parameter that displays at the top of each page #117

Open jpuskar opened 1 year ago

jpuskar commented 1 year ago

Hi, Awesome project!

As another feature request, it would be great if the server accepted another parameter like --name or --title, that displayed at the top of every page.

The reasoning is that if we have two url's with 2 servers:

It is very easy to confuse myself and drop tables from prod thinking I am in dev, because the url is the only difference visually.

But if I was able to put "DEVELOPMENT" at the top of mondodb-ui-dev, and "PRODUCTION" at the top of mongodb-ui-prod, then there is a better chance that I will not do the wrong thing.

Thanks for reading!

arunbandari commented 1 year ago

Sure, will consider this 👍