mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Removed strict checking for Oxidized config (#10822)
This commit is contained in:
		@@ -382,7 +382,7 @@ if (device_permitted($vars['device']) || $permitted_by_port) {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($device_config_file) {
 | 
			
		||||
            if (!get_dev_attrib($device, 'override_Oxidized_disable') === 'true') {
 | 
			
		||||
            if (!get_dev_attrib($device, 'override_Oxidized_disable') == 'true') {
 | 
			
		||||
                echo '<li class="'.$select['showconfig'].'">
 | 
			
		||||
                    <a href="'.generate_device_url($device, array('tab' => 'showconfig')).'">
 | 
			
		||||
                    <i class="fa fa-align-justify fa-lg icon-theme"  aria-hidden="true"></i> Config
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user