Home
last modified time | relevance | path

Searched refs:sortDirection (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.ts53 sortDirection = ''; property in DeviceComponent
65 this.sortDirection = 'asc';
85 this.deviceService.getDevices(size, offset, filterJSON, this.sort, this.sortDirection)
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts85 sortDirection = ''; property in JobComponent
96 this.sortDirection = 'desc';
117 this.jobService.getJobs(size, offset, filterJSON, this.sort, this.sortDirection)