mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 02:06:22 +00:00
Merge pull request #6933 from netbox-community/6912-static-resources
Fixes #6912: Fix static asset references when BASE_PATH is in use
This commit is contained in:
commit
1b074d2d53
@ -8,7 +8,6 @@ const options = {
|
|||||||
minify: true,
|
minify: true,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
logLevel: 'error',
|
logLevel: 'error',
|
||||||
publicPath: '/static',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get CLI arguments for optional overrides.
|
// Get CLI arguments for optional overrides.
|
||||||
|
|||||||
2
netbox/project-static/dist/config.js
vendored
2
netbox/project-static/dist/config.js
vendored
@ -28,4 +28,4 @@
|
|||||||
* measure size of elements
|
* measure size of elements
|
||||||
* MIT license
|
* MIT license
|
||||||
*/
|
*/
|
||||||
//# sourceMappingURL=/static/config.js.map
|
//# sourceMappingURL=config.js.map
|
||||||
|
|||||||
2
netbox/project-static/dist/graphiql.js
vendored
2
netbox/project-static/dist/graphiql.js
vendored
@ -301,4 +301,4 @@ object-assign
|
|||||||
* This source code is licensed under the MIT license found in the
|
* This source code is licensed under the MIT license found in the
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
//# sourceMappingURL=/static/graphiql.js.map
|
//# sourceMappingURL=graphiql.js.map
|
||||||
|
|||||||
2
netbox/project-static/dist/jobs.js
vendored
2
netbox/project-static/dist/jobs.js
vendored
@ -28,4 +28,4 @@
|
|||||||
* measure size of elements
|
* measure size of elements
|
||||||
* MIT license
|
* MIT license
|
||||||
*/
|
*/
|
||||||
//# sourceMappingURL=/static/jobs.js.map
|
//# sourceMappingURL=jobs.js.map
|
||||||
|
|||||||
2
netbox/project-static/dist/lldp.js
vendored
2
netbox/project-static/dist/lldp.js
vendored
@ -28,4 +28,4 @@
|
|||||||
* measure size of elements
|
* measure size of elements
|
||||||
* MIT license
|
* MIT license
|
||||||
*/
|
*/
|
||||||
//# sourceMappingURL=/static/lldp.js.map
|
//# sourceMappingURL=lldp.js.map
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox.js
vendored
2
netbox/project-static/dist/netbox.js
vendored
@ -64,4 +64,4 @@
|
|||||||
See the Apache Version 2.0 License for specific language governing permissions
|
See the Apache Version 2.0 License for specific language governing permissions
|
||||||
and limitations under the License.
|
and limitations under the License.
|
||||||
***************************************************************************** */
|
***************************************************************************** */
|
||||||
//# sourceMappingURL=/static/netbox.js.map
|
//# sourceMappingURL=netbox.js.map
|
||||||
|
|||||||
2
netbox/project-static/dist/status.js
vendored
2
netbox/project-static/dist/status.js
vendored
@ -28,4 +28,4 @@
|
|||||||
* measure size of elements
|
* measure size of elements
|
||||||
* MIT license
|
* MIT license
|
||||||
*/
|
*/
|
||||||
//# sourceMappingURL=/static/status.js.map
|
//# sourceMappingURL=status.js.map
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user