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

fix spelling...

This commit is contained in:
Will Irvine
2021-12-02 10:47:19 +13:00
parent dcfd332cbf
commit ca07a88674

View File

@ -6,10 +6,10 @@
<i class="mdi mdi-eye-outline"></i> Show Assigned
</a>
<a href="{{ request.path }}{% querystring request show_assigned='false' show_available='true' %}" class="btn btn-sm btn-outline-primary{% if show_available and not show_assigned %} active disabled{% endif %}">
<i class="mdi mdi-eye"></i> Show Avaliable
<i class="mdi mdi-eye"></i> Show Available
</a>
<a href="{{ request.path }}{% querystring request show_assigned='true' show_available='true' %}" class="btn btn-sm btn-outline-primary{% if show_available and show_assigned %} active disabled{% endif %}">
<i class="mdi mdi-eye-plus"></i> Show All
</a>
</div>
{% endif %}
{% endif %}