1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

added plugin template content injection to primary model detail views

This commit is contained in:
John Anderson
2020-03-15 23:45:18 -04:00
parent 683c5a22db
commit 8364694fb4
24 changed files with 313 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
{% load custom_links %}
{% load static %}
{% load helpers %}
{% load plugins %}
{% block header %}
<div class="row noprint">
@@ -28,6 +29,7 @@
</div>
</div>
<div class="pull-right noprint">
{% plugin_buttons virtualmachine %}
{% if perms.virtualization.add_virtualmachine %}
{% clone_button virtualmachine %}
{% endif %}
@@ -158,6 +160,7 @@
{% endif %}
</div>
</div>
{% plugin_left_page virtualmachine %}
</div>
<div class="col-md-6">
<div class="panel panel-default">
@@ -235,6 +238,12 @@
</div>
{% endif %}
</div>
{% plugin_right_page virtualmachine %}
</div>
</div>
<div class="row">
<div class="col-md-12">
{% plugin_full_width_page virtualmachine %}
</div>
</div>
<div class="row">