# HG changeset patch # User Torsten Irländer # Date 1377591270 -7200 # Node ID eb79d9bf3929b63bc043bdbac0687f25fd3d4f99 # Parent 0fa48c66cf7d758a784596646f57f07fe29f16a0 Added an export button to trigger export action for a selected (single) probe diff -r 0fa48c66cf7d -r eb79d9bf3929 app/view/proben/List.js --- a/app/view/proben/List.js Mon Aug 26 16:54:48 2013 +0200 +++ b/app/view/proben/List.js Tue Aug 27 10:14:30 2013 +0200 @@ -28,6 +28,11 @@ text: 'Import', icon: 'gfx/plus.gif', action: 'import' + }, + { + text: 'Export', + icon: 'gfx/document-save-as-6.png', + action: 'export' } ] }