dreng
f0c1a855a1
Changed naming of circuits, power panles, power fees and devices
2023-04-16 17:14:55 +02:00
Mario
86cb967d70
Merge pull request #273 from dreng/253_remove_arrows
...
Fixes #253 : Display device labels on top of logical connections
2023-04-02 21:38:38 +02:00
dreng
825a90a5ad
Removed arrows for logical connections because they covered the text
2023-04-02 19:37:34 +02:00
dreng
79edb94adb
Removed PNGs in favor of SVGs
2023-04-02 17:05:09 +02:00
dreng
b72d572594
Merge branch '240_overhaul_icons' of github.com:dreng/netbox-topology-views into 240_overhaul_icons
2023-04-02 17:00:09 +02:00
dreng
7c08d2d517
Removed PNGs in favor of SVGs
2023-04-02 14:28:38 +02:00
Mario
d12d20e9a0
Create LICENSE
2023-04-01 01:33:08 +02:00
dreng
2dec5af7f4
Removed remaining old icons
2023-03-31 23:52:02 +02:00
Mario
714fdfa054
Replaced and added icons
2023-03-31 23:41:30 +02:00
mattieserver
0004f0a6d3
bump version ( #269 )
2023-03-23 10:08:34 +01: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
Jan Krupa
c4ee38c0c9
Change menu navigation icon ( #266 )
2023-03-10 09:29:33 +01:00
Roy Vegard Ovesen and Mario
7ecd29bb5d
Avoid rendering double slash
...
Co-authored-by: Mario <github@franzbonenkamp.de >
2023-01-29 18:57:09 +01:00
Roy Vegard Ovesen
b3b94f63d9
Add a url to cable trace for logical connections
...
Fixes #254
2023-01-29 11:52:50 +00:00
mattieserver
6fafbeb7c3
bump version ( #246 )
2023-01-09 13:37:06 +01:00
Mario
6f2ac1684a
Added show_cables=on to HTMX-GET parameters ( #242 )
2023-01-08 22:08:04 +01:00
Mario
89b04ff0c5
Merge branch 'mattieserver:master' into 241_bigger_site_topology_window
2023-01-06 23:50:07 +01:00
dreng
47079cf27f
Raised max-width
2023-01-06 23:47:24 +01:00
mattieserver
2e34f7435a
Release v3.2.0 ( #234 )
...
* bump version
* bump version
2023-01-05 13:12:32 +01: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
dfb0b532b9
Closes #151 : Implement interface end to end connection view ( #188 )
...
* Added end to end interface connections, made showing cables and wireless optional
* Fixed 'Hide Unconnected' and other bugs
* rename var + extra check
* Add filter selection image for readme
* Added guidance on using the selection options
* Renaming to selection_options
* Renamed filter_selection to selection_options
* Update README.md
* Bug fix
* fix parameter order
* differentiate line type for interface connections
* allow both cables and logical connections
* Change logical connection line type
Co-authored-by: Mario <github@franzbonenkamp.de >
* Hide redundant connections, configurable options
* updated readme + removed visjs setting from settings
* Update README.md
Co-authored-by: Mario <github@franzbonenkamp.de >
* updated readme for 'Show Logical Connections'
Co-authored-by: tagrusendorf <tagrusendorf@dev-netbox.tag.kbproductions.ca >
Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com >
Co-authored-by: Mario <github@franzbonenkamp.de >
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2022-12-27 14:49:34 +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
mattieserver
2befe94f5d
menu layout: use new class from netbox 3.4 ( #215 )
...
* new layout
* used new PluginMenu class
2022-12-21 17:03:47 +01:00
mattieserver
41d6afc336
bump version ( #222 )
2022-12-18 18:50:58 +01:00
mattieserver
2901dbb5c7
add check for python3.9 ( #221 )
2022-12-18 18:45:49 +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
f187e75fff
bump version ( #200 )
2022-12-09 13:52:44 +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
Roy Vegard Ovesen
94f5314649
Filter by rack ( #175 )
...
Fixes #174
2022-10-09 19:12:59 +02:00
mattieserver
32042ff2cc
added multiselect ( #171 )
2022-10-04 10:16:20 +02:00
Mattijs Vanhaverbeke
9ce13cd1d2
bump version
2022-09-16 16:14:42 +02:00
mattieserver
b4e2f2418e
added extra checks ( #166 )
2022-09-16 16:13:32 +02:00
mattieserver
5563e3c084
added device filter option ( #165 )
2022-09-16 16:07:14 +02:00
mattieserver
77a8a2c0d6
Removed print
2022-09-16 14:52:00 +02:00
mattieserver
010179742c
159 fix power filter ( #164 )
...
* fix site_ids var
* fixed power cable name + change power filter name
2022-09-16 14:50:24 +02:00
mattieserver
f2bbaed317
added console cable support ( #157 )
...
* added console cable support
* removed print
2022-09-14 14:50:10 +02:00
Mattijs Vanhaverbeke
3d3ddaa7c4
bump version
2022-09-08 12:29:29 +02:00
mattieserver
4ea2097429
bump version
2022-09-02 15:13:22 +02:00
mattieserver
cfaba462d5
removed unused import ( #149 )
2022-09-02 15:12:36 +02:00
Mattijs Vanhaverbeke
b2e2a4c781
bump version
2022-09-01 18:48:22 +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
5e1d5d2937
added always_save_coordinates ( #144 )
2022-08-24 14:07:26 +02:00
Andrea Dainese and Mattijs Vanhaverbeke
0b6df3bd28
disable physics if not saving coords ( #139 )
...
* initial commit
* keeps x/y when not saving coords
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2022-08-05 17:53:15 +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
Mattijs Vanhaverbeke
ce39c98396
bump version
2022-08-03 12:07:58 +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
mattieserver
1b36b9e7df
added extra check ( #135 )
2022-08-03 10:59:02 +02:00
Mattijs Vanhaverbeke
f323278f00
bump version
2022-06-30 22:22:47 +02:00
mattieserver
56a6f22bf6
added site to device tooltip ( #128 )
2022-06-30 22:18:35 +02:00