mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Chnaged home page IP search to Prefix
This commit is contained in:
parent
62b9d0f278
commit
99d50ae7a7
@ -18,7 +18,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<form action="{% url 'ipam:ipaddress_list' %}" method="get">
|
<form action="{% url 'ipam:prefix_list' %}" method="get">
|
||||||
<div class="input-group input-group-lg">
|
<div class="input-group input-group-lg">
|
||||||
<input type="text" name="q" placeholder="IP or network" class="form-control" />
|
<input type="text" name="q" placeholder="IP or network" class="form-control" />
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
|
Loading…
Reference in New Issue
Block a user