diff options
Diffstat (limited to 'modern/src/other')
-rw-r--r-- | modern/src/other/EventPage.jsx (renamed from modern/src/other/EventPage.js) | 0 | ||||
-rw-r--r-- | modern/src/other/GeofencesList.jsx (renamed from modern/src/other/GeofencesList.js) | 0 | ||||
-rw-r--r-- | modern/src/other/GeofencesPage.jsx (renamed from modern/src/other/GeofencesPage.js) | 5 | ||||
-rw-r--r-- | modern/src/other/NetworkPage.jsx (renamed from modern/src/other/NetworkPage.js) | 0 | ||||
-rw-r--r-- | modern/src/other/PositionPage.jsx (renamed from modern/src/other/PositionPage.js) | 0 | ||||
-rw-r--r-- | modern/src/other/ReplayPage.jsx (renamed from modern/src/other/ReplayPage.js) | 0 |
6 files changed, 4 insertions, 1 deletions
diff --git a/modern/src/other/EventPage.js b/modern/src/other/EventPage.jsx index c8d84d5e..c8d84d5e 100644 --- a/modern/src/other/EventPage.js +++ b/modern/src/other/EventPage.jsx diff --git a/modern/src/other/GeofencesList.js b/modern/src/other/GeofencesList.jsx index d26eff09..d26eff09 100644 --- a/modern/src/other/GeofencesList.js +++ b/modern/src/other/GeofencesList.jsx diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.jsx index 6ce7ae8e..4f31c1b3 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.jsx @@ -3,6 +3,7 @@ import { useDispatch } from 'react-redux'; import { Divider, Typography, IconButton, useMediaQuery, Toolbar, } from '@mui/material'; +import Tooltip from '@mui/material/Tooltip'; import makeStyles from '@mui/styles/makeStyles'; import { useTheme } from '@mui/material/styles'; import Drawer from '@mui/material/Drawer'; @@ -117,7 +118,9 @@ const GeofencesPage = () => { <label htmlFor="upload-gpx"> <input accept=".gpx" id="upload-gpx" type="file" className={classes.fileInput} onChange={handleFile} /> <IconButton edge="end" component="span" onClick={() => {}}> - <UploadFileIcon /> + <Tooltip title={t('sharedUpload')}> + <UploadFileIcon /> + </Tooltip> </IconButton> </label> </Toolbar> diff --git a/modern/src/other/NetworkPage.js b/modern/src/other/NetworkPage.jsx index 9dc00c61..9dc00c61 100644 --- a/modern/src/other/NetworkPage.js +++ b/modern/src/other/NetworkPage.jsx diff --git a/modern/src/other/PositionPage.js b/modern/src/other/PositionPage.jsx index 1a5f6d9d..1a5f6d9d 100644 --- a/modern/src/other/PositionPage.js +++ b/modern/src/other/PositionPage.jsx diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.jsx index 1050b976..1050b976 100644 --- a/modern/src/other/ReplayPage.js +++ b/modern/src/other/ReplayPage.jsx |