diff --git a/interface/src/project/EMSESPHelp.tsx b/interface/src/project/EMSESPHelp.tsx index 046397637..f7504984f 100644 --- a/interface/src/project/EMSESPHelp.tsx +++ b/interface/src/project/EMSESPHelp.tsx @@ -5,6 +5,12 @@ import { SectionContent } from '../components'; import CommentIcon from "@material-ui/icons/CommentTwoTone"; import MenuBookIcon from "@material-ui/icons/MenuBookTwoTone"; import GitHubIcon from "@material-ui/icons/GitHub"; +import StarIcon from "@material-ui/icons/Star"; +import ImportExportIcon from "@material-ui/icons/ImportExport"; +import BugReportIcon from "@material-ui/icons/BugReportTwoTone"; + +export const WebAPISystemInfo = window.location.origin + "/api?device=system&cmd=info"; +export const WebAPISystemReport = window.location.origin + "/api?device=system&cmd=report"; class EMSESPHelp extends Component { @@ -19,8 +25,8 @@ class EMSESPHelp extends Component { - For the latest news and updates go to the {'documentation'} website. - + For the latest news and updates go to the {'documentation'} website + @@ -28,8 +34,8 @@ class EMSESPHelp extends Component { - For live community chat visit our {'Gitter'} channel. - + For live community chat visit our {'Gitter'} channel + @@ -37,8 +43,27 @@ class EMSESPHelp extends Component { - To report an issue or feature request go to {'click here'}. - + To report an issue or feature request go to {'click here'} + + + + + + + + + To export your system settings {'click here'} + + + + + + + + + + To create a report of the current EMS-ESP status (for troubleshooting) {'click here'} + @@ -46,7 +71,7 @@ class EMSESPHelp extends Component { EMS-ESP is free and open-source. -

Please consider supporting this project by giving it a star on our {'GitHub page'}. +

Please consider supporting this project by giving it a on our {'GitHub page'}.


diff --git a/interface/src/project/EMSESPSettingsController.tsx b/interface/src/project/EMSESPSettingsController.tsx index af682a72f..73b7ccb05 100644 --- a/interface/src/project/EMSESPSettingsController.tsx +++ b/interface/src/project/EMSESPSettingsController.tsx @@ -14,8 +14,6 @@ import { EMSESPSettings } from './EMSESPtypes'; export const EMSESP_SETTINGS_ENDPOINT = ENDPOINT_ROOT + "emsespSettings"; -export const WebAPISystemInfo = window.location.origin + "/api?device=system&cmd=info"; - type EMSESPSettingsControllerProps = RestControllerProps; class EMSESPSettingsController extends Component { @@ -50,8 +48,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps) - Change the default settings for EMS-ESP. For help refer to the {'documentation'}. -

You can also {'export'}  the complete system settings to keep an offline backup.

+ Change the default settings on this page. For help refer to the {'documentation'}.