diff --git a/ts/components/TableUploadRequirements.vue b/ts/components/TableUploadRequirements.vue
index d768b498..06728b60 100644
--- a/ts/components/TableUploadRequirements.vue
+++ b/ts/components/TableUploadRequirements.vue
@@ -18,55 +18,29 @@
-
- | City |
- The city portion of the address |
- Text |
- Visalia |
-
-
- | Comment |
- The condition of the pool |
- Text |
- "blue", "dry", "false pool", "green", or "murky" |
-
-
- | HouseNo |
- The house number portion of the address |
- Text |
- 123 |
-
-
- | State |
- The state portion of the address |
- Text |
- California |
-
-
- | Street |
- The street portion of the address |
- Text |
- Main St |
-
-
- | TargetLat |
- The latitude of the target location |
- Decimal Number |
- 36.56245379 |
-
-
- | TargetLon |
- The longitude of the target location |
- Decimal Number |
- -119.3948222 |
-
-
- | ZIP |
- The postal code (ZIP) portion of the address |
- Text |
- 93681 |
+
+ |
+ {{ req.field }}
+ |
+ {{ req.description }} |
+ {{ req.format }} |
+ {{ req.example }} |
+
+
diff --git a/ts/view/configuration/UploadPoolFlyover.vue b/ts/view/configuration/UploadPoolFlyover.vue
index a6bbc20c..13434839 100644
--- a/ts/view/configuration/UploadPoolFlyover.vue
+++ b/ts/view/configuration/UploadPoolFlyover.vue
@@ -4,7 +4,7 @@