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

Fix incorrect rack elevation file name regression from 0572d03

This commit is contained in:
checktheroads
2021-07-24 01:40:23 -07:00
parent 05cfdd0b69
commit bf2d535356
5 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ async function bundleStyles() {
'netbox-external': 'styles/_external.scss',
'netbox-light': 'styles/_light.scss',
'netbox-dark': 'styles/_dark.scss',
rack_elevations: 'styles/_rack_elevations.scss',
rack_elevation: 'styles/_rack_elevation.scss',
cable_trace: 'styles/_cable_trace.scss',
};
const pluginOptions = { outputStyle: 'compressed' };