diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-29 13:18:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 13:18:37 +0100 |
| commit | cb50c427098cd73b0d4de930d35c5976f2ae919f (patch) | |
| tree | 7906ae4c1620670e74f89a4649c8eac215ca087f /frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js | |
| parent | 93fa55749c40ed1f1a7bee9157bce81708988656 (diff) | |
| parent | 59bbe732cd83595b8114971d1baa802ef8cb95cc (diff) | |
Merge pull request #54 from atlarge-research/build/frontend
Simplify and optimize frontend build process
Diffstat (limited to 'frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js')
| -rw-r--r-- | frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js b/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js index aa7a4f8f..12be26bd 100644 --- a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js +++ b/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js @@ -1,7 +1,7 @@ import React from 'react' import EmptySlotContainer from '../../../../../containers/app/sidebars/topology/rack/EmptySlotContainer' import MachineContainer from '../../../../../containers/app/sidebars/topology/rack/MachineContainer' -import './MachineListComponent.css' +import './MachineListComponent.sass' const MachineListComponent = ({ machineIds }) => { return ( |
