dreng
8f520f9a6a
fixed image path construction
2023-06-03 23:04:47 +02:00
mattieserver
6ee787bfb7
fixed xml export for site + location ( #317 )
2023-05-30 15:05:33 +02:00
Mario
252ddd4c50
Merge pull request #302 from dreng/293_location_topology_views
...
Closes #293 : Add location topology button
2023-05-23 18:21:07 +02:00
dreng
3b1e69f2a5
Add missing newlines
2023-05-14 22:30:31 +02:00
dreng
f23f127d3b
Add location topology button
2023-05-14 22:25:42 +02:00
dreng
a0698ed888
improved views and templates
2023-05-09 19:32:50 +02:00
dreng
d478c92fc8
Housekeeping
2023-05-07 09:01:14 +02:00
dreng
7e2ffc575f
plural to singular
2023-05-06 22:57:12 +02:00
dreng
60c272acb7
Add Coordinate models, forms, views, templates,...
2023-05-06 22:57:12 +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 Mattijs Vanhaverbeke
5d20a7ad15
Closes #252,#78,#177,#265: Move options from config file to GUI ( #262 )
...
* Added some individual options
* Added general options
* Added show_single_cable_logical_conns and draw_default_layout
* Added ignore_cable_type to IndividualOptions
* Corrected permission, tiny improvements
* Add preselected_device_roles to IndividualOptions
* Add preselected_tags
* Updated documentation
* Update README.md
* Corrected queryset for preselected_tags
* Update README.md
* move supported_termination_types to inside the function to prevent migration issues
* removed general options
* added new migration script
---------
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2023-03-23 09:57:51 +01:00
Mario
6f2ac1684a
Added show_cables=on to HTMX-GET parameters ( #242 )
2023-01-08 22:08:04 +01:00
dreng
47079cf27f
Raised max-width
2023-01-06 23:47:24 +01:00
mattieserver
e0bd1d4e86
Closes #160 : feature save filters ( #227 )
...
* initial saved filter support
* add filter field
* fixed model
* changed margin
2022-12-26 12:07:01 +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
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
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
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
Jeremy Stretch and mattieserver
62c0dbddb2
Initial work on NetBox v3.2 support ( #88 )
...
Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com >
2022-03-25 13:13:33 +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
mattieserver and mattieserver
a314d2b307
netbox v2.10 ( #52 )
...
* small changes
* removed print
* fix coords
* fix saving coords
* update readme
* fixed icons
* bump version
Co-authored-by: mattieserver <mattijs@DESKTOP-618OSU1.localdomain >
2021-02-11 19:22:41 +01:00
mattieserver
0340522f59
update jquery version to match netbox v2.9.1 ( #43 )
...
* Update full.html
* Update setup.py
* Update package.json
* Update __init__.py
2020-08-23 11:53:52 +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
371c5c3502
added download button, fixed perms
2020-05-22 12:07:46 +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
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
mattijs vanhaverbeke
2543f63f7f
initial structure
2020-04-15 11:35:42 +02:00