| | |
| | | import * as Http from './http'; |
| | | import WebSocketClient from './websocket' |
| | | import ConfirmButton from "../page/components/ConfirmButton"; |
| | | import { FitScreen, AltRoute } from '@mui/icons-material'; |
| | | import { FitScreen, AltRoute, RotateRight } from '@mui/icons-material'; |
| | | import MapSearch from "./header/MapSearch"; |
| | | import { startupOrShutdown } from "./http"; |
| | | import PulseSignal from "../page/components/PulseSignal"; |
| | |
| | | <Box sx={{ mr: 2, display: 'flex', alignItems: 'center' }}> |
| | | <PulseSignal |
| | | negative |
| | | negativeColor = '#a4b0be' |
| | | negativeColor='#a4b0be' |
| | | flag={rcsStatus} |
| | | width={12} |
| | | /> |
| | |
| | | color="primary" |
| | | size="small" |
| | | onClick={() => { |
| | | player.rotateMap(); |
| | | setTimeout(() => { |
| | | player.adaptScreen(); |
| | | }, 500) |
| | | }} |
| | | > |
| | | <RotateRight /> |
| | | {/* {translate('page.map.action.adapt')} */} |
| | | </Fab> |
| | | <Fab |
| | | variant="extended" |
| | | color="primary" |
| | | size="small" |
| | | onClick={() => { |
| | | player.adaptScreen(); |
| | | }} |
| | | > |