netbox-cisco-ise 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -7,7 +7,7 @@ Shows endpoint identity, profiling data, active session status, and network acce
7
7
 
8
8
  from netbox.plugins import PluginConfig
9
9
 
10
- __version__ = "0.1.2"
10
+ __version__ = "0.1.3"
11
11
 
12
12
 
13
13
  class CiscoISEConfig(PluginConfig):
netbox_cisco_ise/views.py CHANGED
@@ -134,9 +134,7 @@ 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.select_related(
138
- 'device_type__manufacturer'
139
- ).prefetch_related('interfaces').get(pk=pk)
137
+ device = Device.objects.select_related("device_type__manufacturer").prefetch_related("interfaces").get(pk=pk)
140
138
 
141
139
  client = get_client()
142
140
  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.2
3
+ Version: 0.1.3
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=t9Qytd6-ihq47KQZCZUV_a9xRF-VNSoWSzHEv1j9tB8,2156
1
+ netbox_cisco_ise/__init__.py,sha256=WMZdp2U38yCv64YTcahNqLfj86Q_-95mDx4OHnivgmU,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=h0Yeo1xn1duPC1njgilq8aVbuFvSGfW8lIqERIwbe0w,8855
5
+ netbox_cisco_ise/views.py,sha256=XK9_nERmb38tA8c8yZG5ys7tuR44Qk_Ec-PPhAwbJ7I,8833
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.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,,
9
+ netbox_cisco_ise-0.1.3.dist-info/licenses/LICENSE,sha256=KmjHs19UP3vo7K2IWXkq3JDKG9PatSbqeLPwu3o2k7g,10761
10
+ netbox_cisco_ise-0.1.3.dist-info/METADATA,sha256=Bi_HJz8hdDLwTztuNkiMKiBAokOxnz5jZ8on8QPmX7s,8859
11
+ netbox_cisco_ise-0.1.3.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
12
+ netbox_cisco_ise-0.1.3.dist-info/top_level.txt,sha256=LMP1ppZRzqtdaMGzz53KgacW_PEwyLSM9wwIMuBvJ00,17
13
+ netbox_cisco_ise-0.1.3.dist-info/RECORD,,