Home
last modified time | relevance | path

Searched refs:dataSource (Results 1 – 4 of 4) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts57 dataSource = new MatTableDataSource<Schedule>(); property in ScheduleComponent
120 this.dataSource.data = response.schedules;
134 … const original = self.dataSource.data.filter(x => x.urlsafe_key === schedule.urlsafe_key);
/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.component.ts43 dataSource = new MatTableDataSource<Build>(); property in BuildComponent
106 this.dataSource.data = response.builds;
/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.ts46 dataSource = new MatTableDataSource<Device>(); property in DeviceComponent
117 this.dataSource.data = response.devices;
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts76 dataSource = new MatTableDataSource<Job>(); property in JobComponent
149 this.dataSource.data = response.jobs;