mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	new things! vrfs!
git-svn-id: http://www.observium.org/svn/observer/trunk@256 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -39,6 +39,16 @@ if(@mysql_result(mysql_query("select count(vlan_id) from vlans WHERE device_id =
 | 
			
		||||
</li>");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
if(@mysql_result(mysql_query("select count(*) from vrfs WHERE device_id = '" . $device['device_id'] . "'"), 0) > '0') {
 | 
			
		||||
  echo("
 | 
			
		||||
<li class=" . $select['dev-vrfs'] . ">
 | 
			
		||||
  <a href='?page=device&id=" . $device['device_id'] . "§ion=dev-vrfs' >
 | 
			
		||||
    <img src='images/16/layers.png' align=absmiddle border=0> VRFs
 | 
			
		||||
  </a>
 | 
			
		||||
</li>");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if($config['enable_bgp'] && $device['bgpLocalAs']) {
 | 
			
		||||
  echo("
 | 
			
		||||
<li class=" . $select['dev-bgp'] . ">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user