add dist to git

This commit is contained in:
checktheroads 2021-03-13 13:56:40 -07:00
parent 676d93e829
commit b482c30866
20 changed files with 890 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
*.pyc *.pyc
*.swp *.swp
node_modules node_modules
/netbox/project-static/dist
/netbox/project-static/.cache /netbox/project-static/.cache
/netbox/netbox/configuration.py /netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py /netbox/netbox/ldap_config.py

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
netbox/project-static/dist/netbox.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

883
netbox/project-static/dist/netbox.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
*{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem}rect{box-sizing:border-box}text{text-anchor:middle;dominant-baseline:middle}.rack{background-color:#f8f9fa;fill:none;stroke:#000;stroke-width:2px}.slot{fill:#e9ecef;stroke:#adb5bd}.slot:hover{fill:#fff}.slot+.add-device{fill:none}.add-device:hover,.slot:hover+.add-device{fill:#0d6efd}.add-device:hover+.slot{fill:#fff}.reserved,.reserved:hover{fill:url(#reserved)}.occupied,.occupied:hover{fill:url(#occupied)}.blocked,.blocked:hover{fill:url(#blocked)}.blocked:hover+.add-device{fill:none}.unit{margin:0;padding:5px 0;fill:#ced4da;font-size:.875rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.hidden{visibility:hidden}
/*# sourceMappingURL=/static/rack_elevation.css.map */

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,8 +1,6 @@
@import 'bootstrap/scss/functions'; @import 'bootstrap/scss/functions';
// Override built-in variables/add new variables. // Override built-in variables/add new variables.
// $blue: #1685fc;
// $primary: #1685fc;
$green: #47e5bc; $green: #47e5bc;
$orange: #f9a620; $orange: #f9a620;
$yellow: #ffd449; $yellow: #ffd449;