1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Initial work on SVG support for cable tracing

This commit is contained in:
jeremystretch
2021-07-13 15:38:34 -04:00
parent faa993acfb
commit ce7fa95546
8 changed files with 266 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const styles = [
['_light.scss', 'netbox-light.css'],
['_dark.scss', 'netbox-dark.css'],
['_elevations.scss', 'rack_elevation.css'],
['_cable_trace.scss', 'cable_trace.css'],
];
// Script (JavaScript) bundle jobs. Generally, everything should be bundled into netbox.js from