Missing Datacenter Dropdown in Nomad UI Jobs Section After Upgrade to 1.9.3

I recently upgraded Nomad from version 1.3.6 to 1.9.3, and I’ve encountered an issue in the Nomad UI where the Datacenter dropdown is no longer visible in the Jobs section.

Prior to the upgrade, I was able to see and use the Datacenter dropdown to filter jobs. However, after upgrading, the dropdown is missing. The rest of the UI seems to be functioning normally, but this feature is important for managing jobs across multiple datacenters.

Here’s a screenshot for reference, showing my current Jobs page.
UI Screenshot
Is this behavior expected in Nomad 1.9.3? If not, is there a specific configuration or setting that needs to be updated after the version upgrade to restore this functionality?

Any guidance or suggestions would be greatly appreciated!

Thank you in advance!

2 Likes

Hey @nbglink, thanks for upgrading. We changed the way this page works for performance reasons and got rid of the dropdowns for several fields (which depended on pre-loading all jobs, which made things very laggy for some users)

Instead, the emphasis should be placed on the filter/search box: try putting dc1 in Datacenters there. Filter expressions for jobs work there, and you can read more about Filter Expressions in our docs.

Hope this helps!

1 Like