mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
fix: more descriptive parameters in sort function
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
This commit is contained in:
@@ -201,7 +201,7 @@ export default class ClientController extends Controller.extend(Sortable, Search
|
||||
this.set('qpTaskGroup', serialize(intersection(taskGroups, this.selectionTaskGroup)));
|
||||
});
|
||||
|
||||
return taskGroups.sort().map(dc => ({ key: dc, label: dc }));
|
||||
return taskGroups.sort().map(tg => ({ key: tg, label: tg }));
|
||||
}
|
||||
|
||||
@action
|
||||
|
||||
Reference in New Issue
Block a user