File tree 4 files changed +0
-50
lines changed
pkg/webui/console/components
4 files changed +0
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ import { selectSelectedDevice } from '@console/store/selectors/devices'
26
26
27
27
import MapPanel from '../map-panel'
28
28
29
- import style from './device-map-panel.styl'
30
-
31
29
const DeviceMapPanel = ( ) => {
32
30
const device = useSelector ( selectSelectedDevice )
33
31
const { device_id } = device . ids
@@ -46,7 +44,6 @@ const DeviceMapPanel = () => {
46
44
markers = { markers }
47
45
entity = { END_DEVICE }
48
46
locationLink = { locationLink }
49
- className = { style . gatewayMapPanel }
50
47
/>
51
48
)
52
49
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ import locationToMarkers from '@console/lib/location-to-markers'
23
23
24
24
import MapPanel from '../map-panel'
25
25
26
- import style from './gateway-map-panel.styl'
27
-
28
26
const GatewayMapPanel = ( { gateway } ) => {
29
27
const { gateway_id } = gateway . ids
30
28
@@ -43,7 +41,6 @@ const GatewayMapPanel = ({ gateway }) => {
43
41
markers = { markers }
44
42
entity = { GATEWAY }
45
43
locationLink = { locationLink }
46
- className = { style . gatewayMapPanel }
47
44
/>
48
45
)
49
46
}
You can’t perform that action at this time.
0 commit comments