mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 14:14:19 +00:00
parent
7d3c2b7243
commit
5da210d350
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* Module defining EventTelemetry.
|
* Module defining EventTelemetry.
|
||||||
* Created by chacskaylo on 06/18/2015.
|
* Created by chacskaylo on 06/18/2015.
|
||||||
* Modified by slhale on 06/23/2015.
|
* Modified by shale on 06/23/2015.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
[],
|
[],
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* Module defining EventListController.
|
* Module defining EventListController.
|
||||||
* Created by chacskaylo on 06/18/2015.
|
* Created by chacskaylo on 06/18/2015.
|
||||||
* Modified by slhale on 06/23/2015.
|
* Modified by shale on 06/23/2015.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
["./DomainColumn", "./RangeColumn", "./EventListPopulator"],
|
["./DomainColumn", "./RangeColumn", "./EventListPopulator"],
|
||||||
@ -114,12 +114,12 @@ define(
|
|||||||
if (Object.keys(rangeKeys).length < 1) {
|
if (Object.keys(rangeKeys).length < 1) {
|
||||||
columns.push(new RangeColumn({name: "Message"}, formatter));
|
columns.push(new RangeColumn({name: "Message"}, formatter));
|
||||||
}
|
}
|
||||||
|
|
||||||
// We have all columns now; use them to initializer
|
// We have all columns now; use them to initializer
|
||||||
// the populator, which will use them to generate
|
// the populator, which will use them to generate
|
||||||
// actual rows and headers.
|
// actual rows and headers.
|
||||||
populator = new EventListPopulator(columns);
|
populator = new EventListPopulator(columns);
|
||||||
|
|
||||||
// Initialize headers
|
// Initialize headers
|
||||||
$scope.headers = populator.getHeaders();
|
$scope.headers = populator.getHeaders();
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
/*global define,Promise*/
|
/*global define,Promise*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module defining MCTDataTable. Created by slhale on 06/22/2015.
|
* Module defining MCTDataTable. Created by shale on 06/22/2015.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
[],
|
[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user