File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,14 @@ <h5 class="card-header">{% trans "Interface" %}</h5>
86
86
< th scope ="row "> {% trans "Transmit power (dBm)" %}</ th >
87
87
< td > {{ object.tx_power|placeholder }}</ td >
88
88
</ tr >
89
+ < tr >
90
+ < th scope ="row "> {% trans "Tunnel" %}</ th >
91
+ < td > {{ object.tunnel_termination.tunnel|linkify|placeholder }}</ td >
92
+ </ tr >
93
+ < tr >
94
+ < th scope ="row "> {% trans "L2VPN" %}</ th >
95
+ < td > {{ object.l2vpn_termination.l2vpn|linkify|placeholder }}</ td >
96
+ </ tr >
89
97
</ table >
90
98
</ div >
91
99
</ div >
@@ -105,10 +113,6 @@ <h5 class="card-header">{% trans "Related Interfaces" %}</h5>
105
113
< th scope ="row "> {% trans "LAG" %}</ th >
106
114
< td > {{ object.lag|linkify|placeholder }}</ td >
107
115
</ tr >
108
- < tr >
109
- < th scope ="row "> {% trans "L2VPN" %}</ th >
110
- < td > {{ object.l2vpn_termination.l2vpn|linkify|placeholder }}</ td >
111
- </ tr >
112
116
</ table >
113
117
</ div >
114
118
</ div >
Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ <h5 class="card-header">
66
66
< th scope ="row "> {% trans "802.1Q Mode" %}</ th >
67
67
< td > {{ object.get_mode_display|placeholder }}</ td >
68
68
</ tr >
69
+ < tr >
70
+ < th scope ="row "> {% trans "Tunnel" %}</ th >
71
+ < td > {{ object.tunnel_termination.tunnel|linkify|placeholder }}</ td >
72
+ </ tr >
69
73
</ table >
70
74
</ div >
71
75
</ div >
You can’t perform that action at this time.
0 commit comments