LICENSE
README.md
pyproject.toml
netbox_fms/__init__.py
netbox_fms/cable_profiles.py
netbox_fms/choices.py
netbox_fms/constants.py
netbox_fms/export.py
netbox_fms/filters.py
netbox_fms/forms.py
netbox_fms/models.py
netbox_fms/monkey_patches.py
netbox_fms/navigation.py
netbox_fms/provisioning.py
netbox_fms/search.py
netbox_fms/services.py
netbox_fms/signals.py
netbox_fms/tables.py
netbox_fms/template_content.py
netbox_fms/trace.py
netbox_fms/trace_hops.py
netbox_fms/urls.py
netbox_fms/views.py
netbox_fms.egg-info/PKG-INFO
netbox_fms.egg-info/SOURCES.txt
netbox_fms.egg-info/dependency_links.txt
netbox_fms.egg-info/requires.txt
netbox_fms.egg-info/top_level.txt
netbox_fms/api/__init__.py
netbox_fms/api/serializers.py
netbox_fms/api/urls.py
netbox_fms/api/views.py
netbox_fms/graphql/__init__.py
netbox_fms/graphql/filters.py
netbox_fms/graphql/schema.py
netbox_fms/graphql/types.py
netbox_fms/management/__init__.py
netbox_fms/management/commands/__init__.py
netbox_fms/management/commands/create_sample_data.py
netbox_fms/migrations/0001_initial.py
netbox_fms/migrations/0002_buffertube_stripe_color_and_more.py
netbox_fms/migrations/0003_fiberstrand_front_port_alter_spliceplanentry_fiber_a_and_more.py
netbox_fms/migrations/0004_spliceproject.py
netbox_fms/migrations/0005_remove_spliceplan_mode_remove_spliceplan_tray_and_more.py
netbox_fms/migrations/0006_rework_spliceplanentry.py
netbox_fms/migrations/0007_closurecableentry.py
netbox_fms/migrations/0008_closurecableentry_entrance_label.py
netbox_fms/migrations/0009_populate_entrance_label.py
netbox_fms/migrations/0010_drop_entrance_port.py
netbox_fms/migrations/0011_fiberpathloss_unique_cable_wavelength.py
netbox_fms/migrations/0012_ribbontemplate_unique_constraint.py
netbox_fms/migrations/0013_fiberstrand_front_port_a.py
netbox_fms/migrations/0014_copy_front_port_to_front_port_a.py
netbox_fms/migrations/0015_drop_front_port_add_front_port_b.py
netbox_fms/migrations/0016_delete_fiberpathloss.py
netbox_fms/migrations/0017_fibercircuit.py
netbox_fms/migrations/0018_fibercircuitpath_fibercircuitnode.py
netbox_fms/migrations/0019_fibercabletype_buffer_tube_template_count_and_more.py
netbox_fms/migrations/0020_spliceplanentry_is_express.py
netbox_fms/migrations/0021_slackloop.py
netbox_fms/migrations/0022_wavelengthservice_wdmdevicetypeprofile_wdmnode_and_more.py
netbox_fms/migrations/0023_fibercabletype_construction_image.py
netbox_fms/migrations/0024_trayprofile.py
netbox_fms/migrations/0025_tubeassignment.py
netbox_fms/migrations/0026_add_trayprofile_max_fibers.py
netbox_fms/migrations/0027_rename_stripe_color_buffertube_marker_color_and_more.py
netbox_fms/migrations/0028_marker_data_migration.py
netbox_fms/migrations/0029_alter_spliceplan_options_spliceplan_submitted_by_and_more.py
netbox_fms/migrations/0030_rename_splice_plan_statuses.py
netbox_fms/migrations/0031_remove_wdm_models.py
netbox_fms/migrations/0032_cabletype_outer_diameter_twist.py
netbox_fms/migrations/0033_mark_unit_marks_installer.py
netbox_fms/migrations/0034_remove_fibercabletype_fiber_type_and_more.py
netbox_fms/migrations/__init__.py
netbox_fms/static/netbox_fms/css/fms-components.css
netbox_fms/static/netbox_fms/css/splice_editor.css
netbox_fms/static/netbox_fms/dist/fms-htmx.min.js
netbox_fms/static/netbox_fms/dist/fms-htmx.min.js.map
netbox_fms/static/netbox_fms/dist/splice-editor.min.js
netbox_fms/static/netbox_fms/dist/splice-editor.min.js.map
netbox_fms/static/netbox_fms/dist/trace-view.min.js
netbox_fms/static/netbox_fms/dist/trace-view.min.js.map
netbox_fms/templates/netbox_fms/buffertube.html
netbox_fms/templates/netbox_fms/buffertubetemplate.html
netbox_fms/templates/netbox_fms/cableelement.html
netbox_fms/templates/netbox_fms/cableelementtemplate.html
netbox_fms/templates/netbox_fms/circuit_wizard.html
netbox_fms/templates/netbox_fms/closurecableentry.html
netbox_fms/templates/netbox_fms/device_fiber_overview.html
netbox_fms/templates/netbox_fms/device_pending_work.html
netbox_fms/templates/netbox_fms/device_splice_editor.html
netbox_fms/templates/netbox_fms/fiberattenuationspec.html
netbox_fms/templates/netbox_fms/fibercable.html
netbox_fms/templates/netbox_fms/fibercabletype.html
netbox_fms/templates/netbox_fms/fibercircuit.html
netbox_fms/templates/netbox_fms/fibercircuit_list.html
netbox_fms/templates/netbox_fms/fibercircuitpath.html
netbox_fms/templates/netbox_fms/fibercircuitpath_trace_tab.html
netbox_fms/templates/netbox_fms/fiberstrand.html
netbox_fms/templates/netbox_fms/provision_ports_modal.html
netbox_fms/templates/netbox_fms/ribbon.html
netbox_fms/templates/netbox_fms/ribbontemplate.html
netbox_fms/templates/netbox_fms/slackloop.html
netbox_fms/templates/netbox_fms/slackloop_insert.html
netbox_fms/templates/netbox_fms/splice_editor.html
netbox_fms/templates/netbox_fms/spliceplan.html
netbox_fms/templates/netbox_fms/spliceplan_apply_confirm.html
netbox_fms/templates/netbox_fms/spliceplan_quick_add_form.html
netbox_fms/templates/netbox_fms/spliceplanentry.html
netbox_fms/templates/netbox_fms/spliceproject.html
netbox_fms/templates/netbox_fms/trayprofile.html
netbox_fms/templates/netbox_fms/tubeassignment.html
netbox_fms/templates/netbox_fms/htmx/assign_tube_modal.html
netbox_fms/templates/netbox_fms/htmx/circuit_wizard_step1.html
netbox_fms/templates/netbox_fms/htmx/circuit_wizard_step2.html
netbox_fms/templates/netbox_fms/htmx/circuit_wizard_step3.html
netbox_fms/templates/netbox_fms/htmx/circuit_wizard_step4.html
netbox_fms/templates/netbox_fms/htmx/edit_gland_modal.html
netbox_fms/templates/netbox_fms/htmx/fiber_overview_row.html
netbox_fms/templates/netbox_fms/htmx/link_topology_confirm.html
netbox_fms/templates/netbox_fms/htmx/link_topology_modal.html
netbox_fms/templates/netbox_fms/htmx/trace_cable_detail.html
netbox_fms/templates/netbox_fms/htmx/trace_device_detail.html
netbox_fms/templates/netbox_fms/htmx/trace_port_detail.html
netbox_fms/templates/netbox_fms/htmx/trace_splice_detail.html
netbox_fms/templates/netbox_fms/htmx/tray_assignments_card.html
netbox_fms/templates/netbox_fms/htmx/tray_assignments_section.html
netbox_fms/templates/netbox_fms/inc/cable_fibercable_panel.html
netbox_fms/templates/netbox_fms/inc/cable_link_action.html
netbox_fms/templates/netbox_fms/inc/splice_editor_widget.html
netbox_fms/templates/netbox_fms/inc/splice_plan_status_badge.html
tests/test_api.py
tests/test_cabletype_physical.py
tests/test_changelog_required.py
tests/test_circuit_wizard.py
tests/test_data_integrity.py
tests/test_export.py
tests/test_fiber_attenuation_spec.py
tests/test_fiber_circuit_api.py
tests/test_fiber_circuit_performance.py
tests/test_fiber_circuit_protection.py
tests/test_fiber_circuit_provisioning.py
tests/test_fiber_circuit_trace.py
tests/test_fiber_circuits.py
tests/test_fiber_claims_api.py
tests/test_fiber_overview.py
tests/test_fibercable_marks_installer.py
tests/test_graphql.py
tests/test_link_topology.py
tests/test_markers.py
tests/test_model_coverage.py
tests/test_models.py
tests/test_performance.py
tests/test_security.py
tests/test_services.py
tests/test_signals.py
tests/test_slack_loop_insert.py
tests/test_slack_loops.py
tests/test_splice_plan_lifecycle.py
tests/test_trace_hops.py
tests/test_trace_view.py
tests/test_tray_assignment.py