From 905c03611733a85ca7b4a5c24de880858951a214 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 10 Mar 2016 11:10:21 -0500 Subject: [PATCH] Added search box --- netbox/templates/circuits/circuit.html | 14 +++++++++++++- netbox/templates/dcim/rack.html | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 654819470..68d503c8b 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -5,13 +5,25 @@ {% block content %}
-
+ +
+
+
+ + + + +
+
+
{% if perms.circuits.change_circuit %} diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 5a7507c66..33a974a24 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -6,13 +6,25 @@ {% block content %}
-
+
+
+
+
+ + + + +
+
+
{% if prev_rack %}