From 1393d777bd0fee4a25ba4b1f6af6ccb9ae24c0f8 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Tue, 17 Aug 2021 20:49:16 +0000
Subject: Added hash of sample values and table of changed values to the
loading page
---
wqflask/wqflask/templates/loading.html | 36 ++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html
index 6d6136ac..b02605ee 100644
--- a/wqflask/wqflask/templates/loading.html
+++ b/wqflask/wqflask/templates/loading.html
@@ -25,6 +25,8 @@
transformation = {{ start_vars.transform }}
{% endif %}
+
+ hash of sample values = {{ start_vars.vals_hash }}
Mapping Metadata
@@ -68,6 +70,29 @@