mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Upgrade to Bootstrap 5.3.2
This commit is contained in:
parent
6b61b22fff
commit
f0ef7d863a
BIN
netbox/project-static/dist/cable_trace.css
vendored
BIN
netbox/project-static/dist/cable_trace.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/graphiql.js
vendored
BIN
netbox/project-static/dist/graphiql.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/graphiql.js.map
vendored
BIN
netbox/project-static/dist/graphiql.js.map
vendored
Binary file not shown.
BIN
netbox/project-static/dist/materialdesignicons-webfont-4ZM36VVG.woff
vendored
Normal file
BIN
netbox/project-static/dist/materialdesignicons-webfont-4ZM36VVG.woff
vendored
Normal file
Binary file not shown.
BIN
netbox/project-static/dist/materialdesignicons-webfont-7OXPFKOV.woff2
vendored
Normal file
BIN
netbox/project-static/dist/materialdesignicons-webfont-7OXPFKOV.woff2
vendored
Normal file
Binary file not shown.
BIN
netbox/project-static/dist/materialdesignicons-webfont-A5TO3SM5.eot
vendored
Normal file
BIN
netbox/project-static/dist/materialdesignicons-webfont-A5TO3SM5.eot
vendored
Normal file
Binary file not shown.
BIN
netbox/project-static/dist/materialdesignicons-webfont-OFFE53R5.ttf
vendored
Normal file
BIN
netbox/project-static/dist/materialdesignicons-webfont-OFFE53R5.ttf
vendored
Normal file
Binary file not shown.
BIN
netbox/project-static/dist/netbox-external.css
vendored
BIN
netbox/project-static/dist/netbox-external.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
BIN
netbox/project-static/dist/rack_elevation.css
vendored
BIN
netbox/project-static/dist/rack_elevation.css
vendored
Binary file not shown.
@ -23,8 +23,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/font": "^7.0.96",
|
"@mdi/font": "^7.0.96",
|
||||||
"@popperjs/core": "^2.11.6",
|
"@popperjs/core": "^2.11.8",
|
||||||
"bootstrap": "~5.0.2",
|
"bootstrap": "5.3.2",
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
"color2k": "^2.0.0",
|
"color2k": "^2.0.0",
|
||||||
"dayjs": "^1.11.5",
|
"dayjs": "^1.11.5",
|
||||||
|
5
netbox/project-static/styles/bootstrap.scss
vendored
5
netbox/project-static/styles/bootstrap.scss
vendored
@ -1,4 +1,6 @@
|
|||||||
// Import the rest of bootstrap.
|
// Import the rest of bootstrap.
|
||||||
|
@import '../node_modules/bootstrap/scss/maps';
|
||||||
|
@import '../node_modules/bootstrap/scss/mixins';
|
||||||
@import '../node_modules/bootstrap/scss/utilities';
|
@import '../node_modules/bootstrap/scss/utilities';
|
||||||
@import './extensions';
|
@import './extensions';
|
||||||
@import '../node_modules/bootstrap/scss/mixins';
|
@import '../node_modules/bootstrap/scss/mixins';
|
||||||
@ -31,5 +33,8 @@
|
|||||||
@import '../node_modules/bootstrap/scss/popover';
|
@import '../node_modules/bootstrap/scss/popover';
|
||||||
@import '../node_modules/bootstrap/scss/carousel';
|
@import '../node_modules/bootstrap/scss/carousel';
|
||||||
@import '../node_modules/bootstrap/scss/spinners';
|
@import '../node_modules/bootstrap/scss/spinners';
|
||||||
|
@import '../node_modules/bootstrap/scss/offcanvas';
|
||||||
|
@import '../node_modules/bootstrap/scss/placeholders';
|
||||||
|
@import '../node_modules/bootstrap/scss/spinners';
|
||||||
@import '../node_modules/bootstrap/scss/helpers';
|
@import '../node_modules/bootstrap/scss/helpers';
|
||||||
@import '../node_modules/bootstrap/scss/utilities/api';
|
@import '../node_modules/bootstrap/scss/utilities/api';
|
||||||
|
@ -389,7 +389,7 @@ nav.search {
|
|||||||
// Object Selector Dropdown Button
|
// Object Selector Dropdown Button
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
// Generate the same styles as a regular Bootstrap button.
|
// Generate the same styles as a regular Bootstrap button.
|
||||||
@include button-variant($input-group-addon-bg, $input-border-color);
|
//@include button-variant($input-group-addon-bg, $input-border-color);
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-weight: $input-group-addon-font-weight;
|
font-weight: $input-group-addon-font-weight;
|
||||||
line-height: $input-line-height;
|
line-height: $input-line-height;
|
||||||
|
@ -32,6 +32,7 @@ $darker: #1b1f22;
|
|||||||
$darkest: #171b1d;
|
$darkest: #171b1d;
|
||||||
|
|
||||||
@import '../node_modules/bootstrap/scss/variables';
|
@import '../node_modules/bootstrap/scss/variables';
|
||||||
|
@import '../node_modules/bootstrap/scss/variables-dark';
|
||||||
|
|
||||||
// This is the same value as the default from Bootstrap, but it needs to be in scope prior to
|
// This is the same value as the default from Bootstrap, but it needs to be in scope prior to
|
||||||
// importing _variables.scss from Bootstrap.
|
// importing _variables.scss from Bootstrap.
|
||||||
|
@ -107,6 +107,11 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
|
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
|
||||||
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
|
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
|
||||||
|
|
||||||
|
"@popperjs/core@^2.11.8":
|
||||||
|
version "2.11.8"
|
||||||
|
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
|
||||||
|
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
|
||||||
|
|
||||||
"@types/bootstrap@^5.0.17":
|
"@types/bootstrap@^5.0.17":
|
||||||
version "5.2.5"
|
version "5.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/@types/bootstrap/-/bootstrap-5.2.5.tgz#0bb5dea7720611b2bb7ba16bd8a64fafd86fb658"
|
resolved "https://registry.yarnpkg.com/@types/bootstrap/-/bootstrap-5.2.5.tgz#0bb5dea7720611b2bb7ba16bd8a64fafd86fb658"
|
||||||
@ -319,10 +324,10 @@ binary-extensions@^2.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
||||||
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
||||||
|
|
||||||
bootstrap@~5.0.2:
|
bootstrap@5.3.2:
|
||||||
version "5.0.2"
|
version "5.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.2.tgz#aff23d5e0e03c31255ad437530ee6556e78e728e"
|
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.2.tgz#97226583f27aae93b2b28ab23f4c114757ff16ae"
|
||||||
integrity sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==
|
integrity sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==
|
||||||
|
|
||||||
brace-expansion@^1.1.7:
|
brace-expansion@^1.1.7:
|
||||||
version "1.1.11"
|
version "1.1.11"
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{% static 'netbox-light.css'%}?v={{ settings.VERSION }}"
|
href="{% static 'netbox.css'%}?v={{ settings.VERSION }}"
|
||||||
onerror="window.location='{% url 'media_failure' %}?filename=netbox.css'"
|
onerror="window.location='{% url 'media_failure' %}?filename=netbox.css'"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
|
Loading…
Reference in New Issue
Block a user