open-nomad/ui/app/models
Buck Doyle 09067b4eb7
UI: Fix client sorting (#6817)
There are two changes here, and some caveats/commentary:

1. The “State“ table column was actually sorting only by status. The state was not an actual property, just something calculated in each client row, as a product of status, isEligible, and isDraining. This PR adds isDraining as a component of compositeState so it can be used for sorting.

2. The Sortable mixin declares dependent keys that cause the sort to be live-updating, but only if the members of the array change, such as if a new client is added, but not if any of the sortable properties change. This PR adds a SortableFactory function that generates a mixin whose listSorted computed property includes dependent keys for the sortable properties, so the table will live-update if any of the sortable properties change, not just the array members. There’s a warning if you use SortableFactory without dependent keys and via the original Sortable interface, so we can eventually migrate away from it.
2019-12-12 13:06:54 -06:00
..
.gitkeep
agent.js
allocation.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
consul-connect.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
deployment.js
drain-strategy.js
evaluation.js
job-plan.js
job-summary.js
job-version.js
job.js UI: Update to Ember 3.8 LTS (#5968) 2019-10-08 13:44:19 -05:00
namespace.js
network.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
node-attributes.js UI: Update to Ember 3.8 LTS (#5968) 2019-10-08 13:44:19 -05:00
node-driver.js
node-event.js
node.js UI: Fix client sorting (#6817) 2019-12-12 13:06:54 -06:00
placement-failure.js
policy.js
reschedule-event.js
resources.js
service.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-proxy-upstream.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-proxy.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-service.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
task-event.js
task-group-deployment-summary.js
task-group-summary.js
task-group.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
task-state.js UI: Fix Connect proxy tag (#6343) 2019-09-19 08:09:49 -05:00
task.js UI: Move kind property to task (#6271) 2019-09-05 13:14:54 -05:00
token.js