diff --git a/README.md b/README.md
index 38d4d41b..0b7a1a12 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,11 @@ To restart the uWSGI service, use the following command:
sudo systemctl restart uwsgi.service
```
+### Postgres
+Optionally, you may chose to run LNDg using a postgres database instead of the default sqlite3.
+
+A setup guide can be found here: [Postgres Setup](https://github.com/cryptosharks131/lndg/blob/master/postgres.md)
+
## Key Features
### Track Peer Events
diff --git a/gui/templates/failed_htlcs.html b/gui/templates/failed_htlcs.html
index 46b19667..5abe9e2b 100644
--- a/gui/templates/failed_htlcs.html
+++ b/gui/templates/failed_htlcs.html
@@ -4,7 +4,7 @@
{% load humanize %}
{% if agg_failed_htlcs %}
-
+
Top 21 Failed Downstream Routes
Chan In ID |
@@ -33,7 +33,7 @@
{% endif %}
-
+
Last Failed HTLCs
Timestamp |
diff --git a/gui/templates/forwards.html b/gui/templates/forwards.html
index 1f981757..24bd5783 100644
--- a/gui/templates/forwards.html
+++ b/gui/templates/forwards.html
@@ -7,11 +7,11 @@ Last Forwards
Timestamp |
- Amount In |
- Amount Out |
+ Channel In Id |
Channel In Alias |
+ Amount In |
+ Amount Out |
Channel Out Alias |
- Channel In Id |
Channel Out Id |
Fees Earned |
PPM Earned |