mirror of
https://github.com/status-im/consul.git
synced 2025-01-16 08:45:37 +00:00
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
export default function(visitable, creatable, nspaces, popoverSelect) {
|
|
return creatable({
|
|
visit: visitable('/:dc/namespaces'),
|
|
nspaces: nspaces(),
|
|
sort: popoverSelect('[data-test-sort-control]'),
|
|
});
|
|
}
|