mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[Time Conductor] Refactored time of interest as optional generic behavior of MctTable
This commit is contained in:
@ -86,6 +86,8 @@ define(
|
||||
'$timeout',
|
||||
'$element',
|
||||
'exportService',
|
||||
'formatService',
|
||||
'timeConductor',
|
||||
MCTTableController
|
||||
],
|
||||
controllerAs: "table",
|
||||
@ -95,7 +97,7 @@ define(
|
||||
enableFilter: "=?",
|
||||
enableSort: "=?",
|
||||
autoScroll: "=?",
|
||||
onRowClick: "&"
|
||||
timeColumns: "=?"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user