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