mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	L2VPN Clean Tree
This commit is contained in:
		
							
								
								
									
										31
									
								
								netbox/templates/ipam/l2vpntermination.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								netbox/templates/ipam/l2vpntermination.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
{% extends 'generic/object.html' %}
 | 
			
		||||
{% load helpers %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="row">
 | 
			
		||||
	<div class="col col-md-6">
 | 
			
		||||
        <div class="card">
 | 
			
		||||
            <h5 class="card-header">
 | 
			
		||||
                L2VPN Attributes
 | 
			
		||||
            </h5>
 | 
			
		||||
            <div class="card-body">
 | 
			
		||||
                <table class="table table-hover">
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <th scope="row">L2vPN</th>
 | 
			
		||||
                        <td>{{ object.l2vpn.name|placeholder }}</td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <th scope="row">Assigned Object</th>
 | 
			
		||||
                        <td>{{ object.assigned_object.name|placeholder }}</td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                </table>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="col col-md-6">
 | 
			
		||||
        {% include 'inc/panels/custom_fields.html' %}
 | 
			
		||||
        {% include 'inc/panels/tags.html' with tags=object.tags.all url='ipam:l2vpntermination_list' %}
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user