From e0d1e3982449b6f89bf3a1dbc63afa952aedf99a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 28 Sep 2020 12:45:46 -0500 Subject: [PATCH] Add feature to "download rows for results" in master index view --- tailbone/templates/master/index.mako | 94 ++++++++ tailbone/views/master.py | 312 ++++++++++++++++++++++++++- 2 files changed, 404 insertions(+), 2 deletions(-) diff --git a/tailbone/templates/master/index.mako b/tailbone/templates/master/index.mako index a2078907..7dfe741e 100644 --- a/tailbone/templates/master/index.mako +++ b/tailbone/templates/master/index.mako @@ -18,6 +18,15 @@