hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.55k stars 1.92k forks source link

[ui] Agent config for UI: Default page size, Live Updates Enabled #20482

Open philrenaud opened 2 months ago

philrenaud commented 2 months ago

In the UI block of the agent config for Nomad, allow for an admin operator to set a default page size (for jobs, clients, etc.) which would otherwise default to 25, and to enable/disable live updates for the jobs index page, which would otherwise default to true.

NET-10158

philrenaud commented 2 weeks ago

Additional requests include:

Like page size and live-updates-enabled, these agent settings should be overrideable using localStorage so that a user can make their lives a little easier, too.

(cc @david-yu)