aboutsummaryrefslogtreecommitdiff
path: root/extension/pages/show-db.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-08 11:50:51 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-12-08 11:50:51 +0100
commit833a2cf41d000b335b4d5b8c8b1cb67fa111d27c (patch)
tree2a87aef248cce667f723e0d3fd4df7987b9d10a7 /extension/pages/show-db.html
parentb2b2cd6dfc95cf20e61926376993e31b267dda69 (diff)
Pretty print wallet database.
Diffstat (limited to 'extension/pages/show-db.html')
-rw-r--r--extension/pages/show-db.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/extension/pages/show-db.html b/extension/pages/show-db.html
new file mode 100644
index 000000000..ee54d0e08
--- /dev/null
+++ b/extension/pages/show-db.html
@@ -0,0 +1,14 @@
+
+<!doctype html>
+
+<html>
+ <head>
+ <title>Taler Wallet: Reserve Created</title>
+ <link rel="stylesheet" type="text/css" href="../style/wallet.css">
+ <script src="show-db.js"></script>
+ </head>
+ <body>
+ <h1>DB Dump</h1>
+ <pre id="dump"></pre>
+ </body>
+</html>