mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Closes #1739: Enabled custom fields for secrets
This commit is contained in:
		@@ -69,7 +69,7 @@
 | 
			
		||||
                </tr>
 | 
			
		||||
            </table>
 | 
			
		||||
        </div>
 | 
			
		||||
        {% include 'extras/inc/tags_panel.html' with tags=secret.tags.all url='secrets:secret_list' %}
 | 
			
		||||
        {% include 'inc/custom_fields_panel.html' with custom_fields=secret.get_custom_fields %}
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="col-md-6">
 | 
			
		||||
        {% if secret|decryptable_by:request.user %}
 | 
			
		||||
@@ -101,6 +101,7 @@
 | 
			
		||||
                You do not have permission to decrypt this secret.
 | 
			
		||||
            </div>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
        {% include 'extras/inc/tags_panel.html' with tags=secret.tags.all url='secrets:secret_list' %}
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user