Mario
9d4ef31bdd
Closes #701 : Option to always show cable/interface labels on edges ( #707 )
...
* Added draw termination labels
2026-03-10 09:34:45 +01:00
valtersg
4afa4f721f
Fixes #671 ( #677 )
...
* Use CSRF token from window.CSRF_TOKEN
* Removed unused csrftoken.js
2025-10-08 15:26:31 +02:00
Mario
836d9f40d7
Fix group boxes too small for multiline labels ( #632 )
2025-05-11 11:43:11 +02:00
Mario
02a7118a33
Fixes #547 : XML Export does not work in modal window ( #572 )
...
* Fix XML export in modal windows
* Removed useless concatenation
* Revert removed basePath in JS and added basePath to HTMX template
2024-09-27 21:44:06 +02:00
Mario
d2d2106246
Closes #163 : Show raster and snap icons ( #550 )
...
* proof of concept
* add grid size to forms and individual options
2024-08-20 12:02:45 +02:00
Mario
6f43b959bd
Closes #497 : Group by Virtual Chassis ( #542 )
...
* add virtual chassis to js
* add virtual chassis to py and migrations
2024-07-29 12:15:04 +02:00
mattieserver
e784e717ca
fix coordSaveCheckbox ( #510 )
2024-06-17 21:42:47 +02:00
2895294903
477 prepare for netbox 4.0 ( #495 )
...
* Change extras.plugins to netbox.plugins (#487 )
* Remove ButtonColorChoices (#491 )
* remove is_htmx
* fieldset update
* Additions to 477 prepare for netbox 4.0 (#504 )
* Re-add overriding of default_renderer
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Restore i18n of field names
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove unnecessary FieldSets
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove trailing whitespaces in forms.py
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Fix error in resizeCanvas
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove btn-sm class from buttons
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Use htmx_partial instead of request.htmx
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
---------
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* fix choises
* fix color switcher (use new attribute)
* fix htmx filter
* 4.0.0-beta.1 release
---------
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
Co-authored-by: Mario <github@franzbonenkamp.de >
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org >
2024-06-05 13:23:34 +02:00
Mario
c00b8c2cfe
Fixes #236 : Saved filter doesn't reload show cables ( #475 )
...
* fix restore saved filter options
* fix restore saved filter group options
* fix htmx export to xml
2024-03-30 17:29:26 +01:00
Mario
bd32642b5c
refine group frame color ( #472 )
2024-03-30 10:13:29 +01:00
Mario
b92b012309
Closes #329 : Draw rectangles around Sites/Locations/Racks ( #462 )
2024-03-03 17:52:44 +01:00
Mario
987c7ef34c
Fixes #377 : Non-devices do not save coordinates ( #387 )
...
* corrected nodeId handling
* add models
* import models, migrate db
* correct migration deps
* load coordinates from db
* add serializers, correct imports
* add views and templates
* fix X-Y swap in help text
* add non-devices to coordinate group view
2023-09-27 09:13:17 +02:00
dreng
873c757606
fixed xml-export path construction
2023-06-04 08:52:17 +02:00
mattieserver
6ee787bfb7
fixed xml export for site + location ( #317 )
2023-05-30 15:05:33 +02:00
dreng
25380c0618
correct physics
2023-05-09 10:19:29 +02:00
dreng
dbf2d23905
rework load/save of coords; add group coords save
2023-05-06 23:01:08 +02:00
Mario and mattieserver
5e9aaecf9c
Closes #189 , Closes #158 : Add draw.io XML export ( #277 )
...
* Added export to draw.io XML
* Corrected missing newline at end of file
* init
* moved to api call
---------
Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com >
2023-04-30 15:22:38 +02:00
Mario and mattieserver
0cb0c10dbb
Closes #181 : Open cable on double-click ( #225 )
...
* Closes #181 : Open cable on double-click
* build js
Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com >
2022-12-27 14:57:32 +01:00
Renato Almeida de Oliveira and Mattijs Vanhaverbeke
7173564ea9
Topology button in Site View ( #220 )
...
* Topology button in Site View
* Add mdi icons to Topology and Close Buttons
* Fix buttons tag and class
* fixed drag & site filter
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2022-12-18 18:15:48 +01:00
mattieserver
c6df846bde
changed api call path ( #198 )
2022-12-09 13:46:30 +01:00
Victor Gorchilov
52c2611e9d
Feature: Add customisable icons in topology ( #193 )
...
* [up] add config for custom images, better js
* [up] use bundler to bundle js
* [fix] remove domcontentloaded since defer is used
* [fix] formatting with black
* [fix] images drf api
* [up] add support for custom icons on additional roles: power panel, power feed, circuit
* [up] optimize topology generation by using `_id` when trying to access pk of related object
* [fix] kebab case instead of slugification
* [fix] use empty queryset in api views & change coord save logic
2022-12-09 13:40:39 +01:00
mattieserver
32042ff2cc
added multiselect ( #171 )
2022-10-04 10:16:20 +02:00
mattieserver
318b8495b7
Netbox v3.3 Support ( #145 )
...
* init
* added circuit (or at least part of)
* refactor circuits + fix js
* small changes
* small changes
* added power + rework settings
* small changes
2022-09-01 18:44:03 +02:00
mattieserver
af1666b3ba
move to esbuild & yarn ( #138 )
...
* move to esbuild & yarn
* remove gulpfile
* cleanup unused ref
* updated gitignore
2022-08-03 17:29:15 +02:00
mattieserver
faf156a6b2
133 enhancement bubbletext ( #136 )
...
* added extra fields to popup
* open new tab with device info
2022-08-03 11:46:37 +02:00
Alexander Ryazanov
b5991a5f50
Improve visualization performance (substantially) ( #109 )
...
* fix: moved image generation to avoid severe performance issues
* fix: moved button finding code before data handling
* fix: fixed leftover invalid variable naming
2022-05-10 09:21:22 +02:00
mattieserver
de92627176
add shadow to cables ( #98 )
...
* addes shadow to edge
* changed bg color in dark mode
2022-05-06 06:43:06 +02:00
mattieserver
b792128415
Fix dark mode ( #90 )
...
* fixed dark mode
2022-03-10 11:46:00 +01:00
mattieserver
3e5b28f208
Update to support netbox v3.1 ( #82 )
...
* init for v3.1
* added coords + bump version
* fix filter + added preselected roles
* added draw_default_layout
* upgraded packages
* fixed edge/node labels
* fixed enable_circuit_terminations
* added filter for unconnected devices
* added ignore_cable_type
* fixed old settings using a string instead of array
* removed distutils
* fixed coords check
* added coor saving
* added doc img
* updated docs
* bump version
* bump version
2022-03-08 17:03:47 +01:00
mattieserver
91a690f1c8
add filter by locations ( #63 )
...
* frontend for locations
* locations filter backend
2021-05-01 19:22:28 +02:00
mattieserver
5f498f9ce2
Hide unconnected ( #61 )
...
* #57 hide unconnected devices
2021-05-01 18:34:50 +02:00
Mattijs Vanhaverbeke
2edd597871
bump version
2020-07-20 15:49:06 +02:00
Mattijs Vanhaverbeke
17ae8b4a1d
#32
2020-07-20 14:57:09 +02:00
Mattijs Vanhaverbeke
5bfc47775b
#37
2020-07-20 12:36:38 +02:00
Mattijs Vanhaverbeke
de5707ff06
PATCH instead of POST
2020-05-22 12:57:58 +02:00
Mattijs Vanhaverbeke
371c5c3502
added download button, fixed perms
2020-05-22 12:07:46 +02:00
Mattijs Vanhaverbeke
79cb8d8e2e
fixes searhc ( #12 )
2020-05-17 14:35:23 +02:00
Mattijs Vanhaverbeke
44e82c0286
updated vis-network and fixed dragevent update
2020-05-16 15:48:52 +02:00
Mattijs Vanhaverbeke
33d7157b12
added search by tag ( #8 )
2020-05-16 14:24:38 +02:00
Mattijs Vanhaverbeke
5e53066ba7
fixed auth, added save-coords
2020-05-14 22:20:01 +02:00
Johannes Kreuzer
8a6f1660f0
Update for support of netbox deployments, which are not in the webserver root (e.g. /netbox/)
2020-05-14 15:52:47 +02:00
mattijs vanhaverbeke
ac76d70c57
added base functions and api
2020-04-16 14:22:42 +02:00
mattijs vanhaverbeke
a4807b306b
structure and basic setup
2020-04-15 16:41:13 +02:00