mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
fix spelling...
This commit is contained in:
parent
dcfd332cbf
commit
ca07a88674
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user