[Tables] Refactoring for consolidation of historical and real-time tables

Added batch processing of large historical queries. #1077
This commit is contained in:
Henry
2016-12-16 16:34:41 -08:00
parent 3544caf4be
commit 2a4944d6ee
9 changed files with 365 additions and 177 deletions

View File

@@ -87,7 +87,7 @@ define([
{
"key": "TelemetryTableController",
"implementation": TelemetryTableController,
"depends": ["$scope", "openmct"]
"depends": ["$scope", "$timeout", "openmct"]
},
{
"key": "TableOptionsController",