mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Merge branch 'develop' into feature
This commit is contained in:
		@@ -156,7 +156,7 @@ class FrontPortTemplateImportForm(ComponentTemplateImportForm):
 | 
			
		||||
    class Meta:
 | 
			
		||||
        model = FrontPortTemplate
 | 
			
		||||
        fields = [
 | 
			
		||||
            'device_type', 'module_type', 'name', 'type', 'rear_port', 'rear_port_position', 'label', 'description',
 | 
			
		||||
            'device_type', 'module_type', 'name', 'type', 'color', 'rear_port', 'rear_port_position', 'label', 'description',
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -168,7 +168,7 @@ class RearPortTemplateImportForm(ComponentTemplateImportForm):
 | 
			
		||||
    class Meta:
 | 
			
		||||
        model = RearPortTemplate
 | 
			
		||||
        fields = [
 | 
			
		||||
            'device_type', 'module_type', 'name', 'type', 'positions', 'label', 'description',
 | 
			
		||||
            'device_type', 'module_type', 'name', 'type', 'color', 'positions', 'label', 'description',
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user