netbox-cisco-ise 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- netbox_cisco_ise/__init__.py +1 -1
- netbox_cisco_ise/views.py +3 -1
- {netbox_cisco_ise-0.1.1.dist-info → netbox_cisco_ise-0.1.2.dist-info}/METADATA +1 -1
- {netbox_cisco_ise-0.1.1.dist-info → netbox_cisco_ise-0.1.2.dist-info}/RECORD +7 -7
- {netbox_cisco_ise-0.1.1.dist-info → netbox_cisco_ise-0.1.2.dist-info}/WHEEL +0 -0
- {netbox_cisco_ise-0.1.1.dist-info → netbox_cisco_ise-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {netbox_cisco_ise-0.1.1.dist-info → netbox_cisco_ise-0.1.2.dist-info}/top_level.txt +0 -0
netbox_cisco_ise/__init__.py
CHANGED
netbox_cisco_ise/views.py
CHANGED
|
@@ -134,7 +134,9 @@ class DeviceISEView(generic.ObjectView):
|
|
|
134
134
|
|
|
135
135
|
def get(self, request, pk):
|
|
136
136
|
"""Handle GET request for the ISE tab."""
|
|
137
|
-
device = Device.objects.
|
|
137
|
+
device = Device.objects.select_related(
|
|
138
|
+
'device_type__manufacturer'
|
|
139
|
+
).prefetch_related('interfaces').get(pk=pk)
|
|
138
140
|
|
|
139
141
|
client = get_client()
|
|
140
142
|
config = settings.PLUGINS_CONFIG.get("netbox_cisco_ise", {})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: netbox-cisco-ise
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: NetBox plugin for Cisco ISE integration - endpoint tracking, NAD management, and session visibility
|
|
5
5
|
Author-email: sieteunoseis <jeremy.worden@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
netbox_cisco_ise/__init__.py,sha256=
|
|
1
|
+
netbox_cisco_ise/__init__.py,sha256=t9Qytd6-ihq47KQZCZUV_a9xRF-VNSoWSzHEv1j9tB8,2156
|
|
2
2
|
netbox_cisco_ise/ise_client.py,sha256=zUMakBU6lmSi-digrMxr6JKAbqyvBAPWz4l1eD8iDa8,16228
|
|
3
3
|
netbox_cisco_ise/navigation.py,sha256=mMN4EyzZl6ehoqflLeYy7logt39wpCN2TEsPfqn1VtI,507
|
|
4
4
|
netbox_cisco_ise/urls.py,sha256=3tJHJyEQXYZ2WXw4zq1kds7xpgyHl1-HwVHlgtJA84E,304
|
|
5
|
-
netbox_cisco_ise/views.py,sha256=
|
|
5
|
+
netbox_cisco_ise/views.py,sha256=h0Yeo1xn1duPC1njgilq8aVbuFvSGfW8lIqERIwbe0w,8855
|
|
6
6
|
netbox_cisco_ise/templates/netbox_cisco_ise/endpoint_tab.html,sha256=aS7R0oTjkUmqlP7i2zfrFhYs9F-LknJgcomGGK60u7w,9868
|
|
7
7
|
netbox_cisco_ise/templates/netbox_cisco_ise/nad_tab.html,sha256=Y5rCGyoSqzRmfridJp2BmC3HkPGRhvWdZ3Mp-C81qYk,8783
|
|
8
8
|
netbox_cisco_ise/templates/netbox_cisco_ise/settings.html,sha256=ZsnJ_AclJUDa-h7vJTd5Clh7pc3OOBx6Tf9Y_bx3oIE,8953
|
|
9
|
-
netbox_cisco_ise-0.1.
|
|
10
|
-
netbox_cisco_ise-0.1.
|
|
11
|
-
netbox_cisco_ise-0.1.
|
|
12
|
-
netbox_cisco_ise-0.1.
|
|
13
|
-
netbox_cisco_ise-0.1.
|
|
9
|
+
netbox_cisco_ise-0.1.2.dist-info/licenses/LICENSE,sha256=KmjHs19UP3vo7K2IWXkq3JDKG9PatSbqeLPwu3o2k7g,10761
|
|
10
|
+
netbox_cisco_ise-0.1.2.dist-info/METADATA,sha256=CEP13iSkwoI30XQxrxdIRbJ5eupziKs1AsQocL6k_Ag,8859
|
|
11
|
+
netbox_cisco_ise-0.1.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
12
|
+
netbox_cisco_ise-0.1.2.dist-info/top_level.txt,sha256=LMP1ppZRzqtdaMGzz53KgacW_PEwyLSM9wwIMuBvJ00,17
|
|
13
|
+
netbox_cisco_ise-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|