diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-04-13 15:05:38 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-04-13 15:05:38 +0200 |
commit | ace1a1be349c279fe87b536f786bb32c4e17f889 (patch) | |
tree | ea21026e1007588d79c2c4322476856c5f41357b /src/pages/show-db.html | |
parent | 0ef5140e334085f150a60da6f6233dc2ecfb4a89 (diff) |
download/import db from dump page
Diffstat (limited to 'src/pages/show-db.html')
-rw-r--r-- | src/pages/show-db.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/show-db.html b/src/pages/show-db.html index af8ca6eb1..1cf11e4f6 100644 --- a/src/pages/show-db.html +++ b/src/pages/show-db.html @@ -10,6 +10,9 @@ </head> <body> <h1>DB Dump</h1> + <input type="file" id="fileInput" style="display:none"> + <button id="import">Import Dump</button> + <button id="download">Download Dump</button> <pre id="dump"></pre> </body> </html> |