Skip to content

Commit 8d486c5

Browse files
authored
10716 add left-right plugins to tags page (#10744)
* 10716 add left-right plugins to tags page * 10716 add back plugin_full_width
1 parent eb91934 commit 8d486c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox/templates/extras/tag.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h5 class="card-header">
3939
</table>
4040
</div>
4141
</div>
42+
{% plugin_left_page object %}
4243
</div>
4344
<div class="col col-md-6">
4445
<div class="card">
@@ -64,6 +65,7 @@ <h5 class="card-header">
6465
</table>
6566
</div>
6667
</div>
68+
{% plugin_right_page object %}
6769
</div>
6870
</div>
6971
<div class="row">

0 commit comments

Comments
 (0)