mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
@ -46,6 +46,10 @@ define(
|
||||
|
||||
setDefaults($scope);
|
||||
|
||||
$scope.exportAsCSV = function () {
|
||||
window.alert("Export!");
|
||||
};
|
||||
|
||||
$scope.toggleSort = function (key) {
|
||||
if (!$scope.enableSort) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user