Changing the order of environments on the dashboard

Hi there,
I’m wondering if it’s possible to reorder the left-to-right environments in the dashboard? Essentially, at the moment (because of env creation order?) our dashboard looks like this:

      +---------+------+-----+
      | staging | prod | sit |
      +---------+------+-----+
MyApp |   1.2   |  1.1 | 1.4 |
      +---------+------+-----+

I’d like it to look like this:

      +-----+---------+------+
      | sit | staging | prod |
      +-----+---------+------+
MyApp | 1.4 |   1.2   |  1.1 |
      +-----+---------+------+

Is there an easy (or even not so easy) way of doing this? I’ve tried changing sit to 01 - sit - but the order doesn’t seem to be alphabetical and I haven’t found anything that might let me do this.

Thanks!

Pat

Have you tried the ‘Reorder’ link in the Environments page?

1 Like

Thanks David - that seems to fix the problem. Feel like a fool! I always assumed that was just for the order of environments on the environment page, and had nothing to do with the dashboard.

1 Like