diff --git a/includes/html/pages/routing/vrf.inc.php b/includes/html/pages/routing/vrf.inc.php
index 8a27f84e96..e923c62689 100644
--- a/includes/html/pages/routing/vrf.inc.php
+++ b/includes/html/pages/routing/vrf.inc.php
@@ -1,5 +1,6 @@
hasGlobalRead()) {
@@ -122,7 +123,7 @@ if (! Auth::user()->hasGlobalRead()) {
echo "
'device'], ['device' => $device['device_id'], 'tab' => 'routing', 'view' => 'basic', 'proto' => 'vrf']);
- echo "'>" . $device['hostname'] . ' ';
+ echo "'>" . DeviceCache::get($device['device_id'])->displayName() . ' ';
if ($device['vrf_name'] != $vrf['vrf_name']) {
echo "Configured : ' . $device['vrf_name'] . "', CAPTION, 'VRF Inconsistency' ,FGCOLOR,'#e5e5e5', BGCOLOR, '#c0c0c0', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#050505');\" onmouseout=\"return nd();\"> ";
|