mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 13:14:20 +00:00
parent
7c11f2db4f
commit
b520d08818
@ -1,4 +1,5 @@
|
||||
<div class="l-view-section scrolling" style="overflow: auto;">
|
||||
<div ng-click="exportAsCSV()">Export</div>
|
||||
<table class="sizing-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -46,6 +46,10 @@ define(
|
||||
|
||||
setDefaults($scope);
|
||||
|
||||
$scope.exportAsCSV = function () {
|
||||
window.alert("Export!");
|
||||
};
|
||||
|
||||
$scope.toggleSort = function (key) {
|
||||
if (!$scope.enableSort) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user