Daniel Sheppard
Daniel Sheppard
Fixes: #16039 - Fix row highlighting on device components and VM interfaces * Convert device component tables to utilize the same row highlighting technology that interfaces use * Convert VMInterfaceTable...
### Deployment Type Self-hosted ### NetBox Version v4.0.0 ### Python Version 3.10 ### Steps to Reproduce 1. Create 2 interfaces 2. Create 2 Rear Ports 3. Create 2 Front Ports...
**Logstash information**: Please include the following information: 1. Logstash version: 8.12.0 2. Logstash installation source: RPM 3. How is Logstash being run: systemd **Plugins installed**: ``` ogstash-codec-avro (3.4.1) logstash-codec-cef (6.2.7)...
### Use case Currently, we have our datacenter racks laid out in locations by: * Floor * Room * Row * (Optional) Functional Group Unfortunately, you cannot include devices in...
### Use case Currently, we have our datacenter racks laid out in locations by: * Floor * Room * Row * (Optional) Functional Group Unfortunately, you cannot include devices in...
Moving https://github.com/tbotnz/netbox_floorplan/issues/5 here > ### Use case > > Currently, we have our datacenter racks laid out in locations by: > > * Floor > * Room > * Row...
Fixes: #7 - Allow devices in Child Locations * Alter queryset to allow devices in child locations to be added
I have the following mdels: ``` class PolyDevice(Model): name = CharField(max_length=64) class NotPolyInterface(PolymorphicModel): name = CharField(max_length=64) device = ForeignKey(to=PolyDevice, on_delete=CASCADE) ethernety_stuff = CharField(max_length=64) modular_stuff = CharField(max_length=64) fixed_stuff = CharField(max_length=64) wirelessy_stuff...
### Fixes: #15016 - Catch AssertionError from cable trace and throw ValidationError * Catch any assertion errors thrown by the Cable save signal and raise a validation error * Catch...
### Plugin version v1.1.3 ### NetBox version v4.1.1 ### Feature type New functionality ### Proposed functionality Add integration for the Cisco EOx API to retrieve EOL/EOS status for hardware. ###...