Looking for Web UI Screenshots - VRF Web UI

Hello all,

For networks with VRFs but no route distinguishes, it seems that NMS has some difficulty displaying VRF information. I have an idea of what is happening in the code, but I’m curious what the VRF page looks like for others.

For me, I get this (nothing):
image

What do you guys get on your overall VRF page (not on a per device basis)?

Edit:
The ./validate.php for production NMS

====================================

Component Version
LibreNMS 1.40-2-g48f06bb
DB Schema 251
PHP 7.2.5
MySQL 5.7.21-20-57-log
RRDTool 1.6.0
SNMP NET-SNMP 5.7.2
====================================

[OK] Composer Version: 1.6.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] The session directory (localhost:11211) is not writable.
[FAIL] Discovery has not completed in the last 24 hours.
[FIX] Check the cron job to make sure it is running and using discovery- wrapper.py

./validate.php for development NMS (I see a similar issue on this one as well - only one VRF displays instead of all 11 that I have)

====================================

Component Version
LibreNMS 1.37-328-ge45aeff
DB Schema 252
PHP 7.2.5
MySQL 5.5.56-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2
====================================

[OK] Composer Version: 1.6.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your schema (252) is newer than than expected (251). If you just switch to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.
[FAIL] Database: missing column (alerts/note)
[FAIL] Database: extra table (alert_transports)
[FAIL] Database: extra table (alert_transport_groups)
[FAIL] Database: extra table (alert_transport_map)
[FAIL] Database: extra table (transport_group_transport)
[FAIL] We have detected that your database schema may be wrong, please report the following to us on IRC or the community site (Report database schema issues here - LibreNMS Community):
[FIX] Run the following SQL statements to fix.
SQL Statements:
ALTER TABLE alerts ADD note text NULL AFTER open;
DROP TABLE alert_transports;
DROP TABLE alert_transport_groups;
DROP TABLE alert_transport_map;
DROP TABLE transport_group_transport;
[WARN] Your install is over 24 hours out of date, last update: Wed, 30 May 2018 19:34:50 +0000
[FIX] Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.

Post the out put of validate.php please.