mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Fixes #1764: Fixed typos in export buttons
This commit is contained in:
parent
a9af75bbd1
commit
06810bff91
@ -13,7 +13,7 @@
|
|||||||
Import device types
|
Import device types
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include 'inc/export_button.html' with obj_type='devicetypes' %}
|
{% include 'inc/export_button.html' with obj_type='device types' %}
|
||||||
</div>
|
</div>
|
||||||
<h1>{% block title %}Device Types{% endblock %}</h1>
|
<h1>{% block title %}Device Types{% endblock %}</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Import rack groups
|
Import rack groups
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include 'inc/export_button.html' with obj_type='rackgroups' %}
|
{% include 'inc/export_button.html' with obj_type='rack groups' %}
|
||||||
</div>
|
</div>
|
||||||
<h1>{% block title %}Rack Groups{% endblock %}</h1>
|
<h1>{% block title %}Rack Groups{% endblock %}</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user