mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #8667: Support position patterning when creating module bays & templates
This commit is contained in:
7
netbox/templates/dcim/modulebaytemplate_create.html
Normal file
7
netbox/templates/dcim/modulebaytemplate_create.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'dcim/component_template_create.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block replication_fields %}
|
||||
{{ block.super }}
|
||||
{% render_field replication_form.position_pattern %}
|
||||
{% endblock replication_fields %}
|
Reference in New Issue
Block a user