Skip to content

Commit d187431

Browse files
committed
Export data as json instead of raw repsonse
1 parent 19a17ac commit d187431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/partials/frame-common-actions.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
a(exportable ng-click='exportPlanSVG()', ng-show='isActive("plan")') Export SVG
1919
a(exportable ng-click='exportGraphPNG()', ng-show='isActive("graph")') Export PNG
2020
a(exportable ng-click='exportPlanPNG()', ng-show='isActive("plan")') Export PNG
21-
a(exportable ng-click='exportJSON(frame.response.raw.summary ? frame.response.raw : frame.response.table._response)') Export JSON
21+
a(exportable ng-click='exportJSON(frame.response.table._response)') Export JSON
2222
a(exportable ng-click='exportCSV(frame.response.table)') Export CSV
2323
li
2424
a.button.sl.sl-pin(ng-click='pin(frame)', ng-class="{pinned: pinned}", tooltip-placement='bottom', tooltip='Pin at top')

0 commit comments

Comments
 (0)