Customize dashboard look

Is it possible to customize the dashboard? Each row is taking up too much space. When working with microservices we quickly lose overview of our deployments.

Hi,

Thanks for reaching out. Currently the only thing you can customize on the dashboard is the amount of Projects and Environment’s you want to see (see attached screenshot).

You could also build your own dashboard by consuming data from the Octopus API. Doing a GET to /api/dashboard would return all the same information we use to build to Octopus dashboard. With that info, it shouldn’t be too hard to build your own.

Thanks!

Dalmiro

I forgot to mention that in Octopus 3.0 we shipped a much more compact dashboard. So if you are on 2.6, you’ll notice the difference once you upgrade to 3.0

Great idea with the API :slight_smile: Thank you.