When dynamic pipeline provider deployed to more than one environment, how to know which is which?

We have created a dynamic provider for our pipelines, which we deployed to development environment and then staging. When going to select the pipeline provider in the repository settings, we see two identical entries in the dropdown. There is no way to tell which one is develop and which one is staging.

This is frustrating, because the only way to tell which one we actually selected is to run a pipeline and go to the developer console and look at the API metrics to guess which environment is getting called.

Is there a better way to do it? I tried deploying and installing the develop code with a different name in the manifest but I still get two identical entries with the staging name, even though I specified a different name for develop.