2020-07-29 18:36:09 +00:00
|
|
|
export default function(visitable, creatable, policies, popoverSelect) {
|
2018-10-19 15:17:02 +00:00
|
|
|
return creatable({
|
|
|
|
visit: visitable('/:dc/acls/policies'),
|
2020-06-23 09:12:04 +00:00
|
|
|
policies: policies(),
|
2020-09-01 18:13:11 +00:00
|
|
|
sort: popoverSelect('[data-test-sort-control]'),
|
2018-10-19 15:17:02 +00:00
|
|
|
});
|
|
|
|
}
|