mirror of
https://github.com/status-im/consul.git
synced 2025-01-17 01:01:14 +00:00
4c8a15b698
* Add sorting to ACLs policies with comparator * Add acls/roles sorting test * Add navigation test for acls/policies * Update onchange value for sorting policies
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
export default function(visitable, creatable, policies, popoverSelect) {
|
|
return creatable({
|
|
visit: visitable('/:dc/acls/policies'),
|
|
policies: policies(),
|
|
sort: popoverSelect(),
|
|
});
|
|
}
|