mirror of
https://github.com/status-im/consul.git
synced 2025-02-17 16:16:44 +00:00
* Add sorting to ACLs tokens with tests * Create token comparator and implement in template * Upgrade @hashicorp/consul-api-double to 3.1.6 * Add navigation test to acls tokens
11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
import Controller from '@ember/controller';
|
|
export default Controller.extend({
|
|
queryParams: {
|
|
sortBy: 'sort',
|
|
search: {
|
|
as: 'filter',
|
|
replace: true,
|
|
},
|
|
},
|
|
});
|