add new helps
This commit is contained in:
BIN
src/assets/raw_data_help_1.png
Normal file
BIN
src/assets/raw_data_help_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
src/assets/raw_data_help_2.png
Normal file
BIN
src/assets/raw_data_help_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
src/assets/raw_data_help_3.png
Normal file
BIN
src/assets/raw_data_help_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/registration_help_1.png
Normal file
BIN
src/assets/registration_help_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
src/assets/registration_help_2.png
Normal file
BIN
src/assets/registration_help_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
src/assets/registration_help_3.png
Normal file
BIN
src/assets/registration_help_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@@ -4,7 +4,7 @@
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-analysis-help-image {
|
.help-image {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,62 +35,79 @@ function Help({ url, show }) {
|
|||||||
<Typography>
|
<Typography>
|
||||||
<div className='step-title'>Step 1:</div>
|
<div className='step-title'>Step 1:</div>
|
||||||
<div className='step-description'>Click on the start date tab and select the necessary date. Repeat the same process on the end date tab as well.</div>
|
<div className='step-description'>Click on the start date tab and select the necessary date. Repeat the same process on the end date tab as well.</div>
|
||||||
<img className="auto-analysis-help-image" src={require('../assets/auto_analysis_help-1.png')} alt='icon'></img>
|
<img className="help-image" src={require('../assets/auto_analysis_help-1.png')} alt='icon'></img>
|
||||||
|
|
||||||
<div className='step-title'>Step 2:</div>
|
<div className='step-title'>Step 2:</div>
|
||||||
<div className='step-description'>Select an end date, it has to be at least one date post the start date.</div>
|
<div className='step-description'>Select an end date, it has to be at least one date post the start date.</div>
|
||||||
<img className="auto-analysis-help-image" src={require('../assets/auto_analysis_help-2.png')} alt='icon'></img>
|
<img className="help-image" src={require('../assets/auto_analysis_help-2.png')} alt='icon'></img>
|
||||||
|
|
||||||
<div className='step-title'>Step 3:</div>
|
<div className='step-title'>Step 3:</div>
|
||||||
<div className='step-description'>Click on the Download Excel button and wait for the document to download.</div>
|
<div className='step-description'>Click on the Download Excel button and wait for the document to download.</div>
|
||||||
<img className="auto-analysis-help-image" src={require('../assets/auto_analysis_help-3.png')} alt='icon'></img>
|
<img className="help-image" src={require('../assets/auto_analysis_help-3.png')} alt='icon'></img>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionDetails>
|
</AccordionDetails>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
|
|
||||||
{/* <Accordion expanded={expanded === 'panel2'} onChange={handleChange('panel2')}>
|
<Accordion expanded={expanded === 'panel2'} onChange={handleChange('panel2')}>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
aria-controls="panel2bh-content"
|
aria-controls="panel2bh-content"
|
||||||
id="panel2bh-header"
|
id="panel2bh-header"
|
||||||
>
|
>
|
||||||
<Typography sx={{ width: '33%', flexShrink: 0 }}>Users</Typography>
|
<Typography sx={{ width: '33%', flexShrink: 0 }}>Raw Data</Typography>
|
||||||
<Typography sx={{ color: 'text.secondary' }}>
|
<Typography sx={{ color: 'text.secondary' }}>
|
||||||
You are currently not an owner
|
Download raw data
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionSummary>
|
</AccordionSummary>
|
||||||
<AccordionDetails>
|
<AccordionDetails>
|
||||||
<Typography>
|
<Typography>
|
||||||
Donec placerat, lectus sed mattis semper, neque lectus feugiat lectus,
|
<div className='step-title'>Step 1:</div>
|
||||||
varius pulvinar diam eros in elit. Pellentesque convallis laoreet
|
<div className='step-description'>Click on the <strong>start date</strong> tab and select the necessary date. Repeat the same process on the <strong>end date</strong> tab as well.</div>
|
||||||
laoreet.
|
<img className="help-image" src={require('../assets/raw_data_help_1.png')} alt='icon'></img>
|
||||||
|
<img className="help-image" src={require('../assets/raw_data_help_2.png')} alt='icon'></img>
|
||||||
|
|
||||||
|
<div className='step-title'>Step 2:</div>
|
||||||
|
<div className='step-description'>Click on the <strong>Download Excel</strong> button and wait for the document to download.</div>
|
||||||
|
<img className="help-image" src={require('../assets/raw_data_help_3.png')} alt='icon'></img>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionDetails>
|
</AccordionDetails>
|
||||||
</Accordion> */}
|
</Accordion>
|
||||||
|
|
||||||
|
|
||||||
{/* <Accordion expanded={expanded === 'panel3'} onChange={handleChange('panel3')}>
|
<Accordion expanded={expanded === 'panel3'} onChange={handleChange('panel3')}>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
aria-controls="panel3bh-content"
|
aria-controls="panel3bh-content"
|
||||||
id="panel3bh-header"
|
id="panel3bh-header"
|
||||||
>
|
>
|
||||||
<Typography sx={{ width: '33%', flexShrink: 0 }}>
|
<Typography sx={{ width: '33%', flexShrink: 0 }}>
|
||||||
Advanced settings
|
Registration
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography sx={{ color: 'text.secondary' }}>
|
<Typography sx={{ color: 'text.secondary' }}>
|
||||||
Filtering has been entirely disabled for whole web server
|
Create and clears entries for taking readings in devices
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionSummary>
|
</AccordionSummary>
|
||||||
<AccordionDetails>
|
<AccordionDetails>
|
||||||
<Typography>
|
<Typography>
|
||||||
Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit
|
|
||||||
amet egestas eros, vitae egestas augue. Duis vel est augue.
|
<div className='step-title'>Step 1:</div>
|
||||||
|
<div className='step-description'>Enter the sample or solution name in the <strong>name</strong> tab with appropriate format given below.</div>
|
||||||
|
<img className="help-image" src={require('../assets/registration_help_1.png')} alt='icon'></img>
|
||||||
|
|
||||||
|
|
||||||
|
<div className='step-title'>Step 2:</div>
|
||||||
|
<div className='step-description'>Click on the create button to get an ID and you will receive a confirmation message.
|
||||||
|
|
||||||
|
If you wish to clear the generated IDs click on the clear button and you will receive a confirmation message.</div>
|
||||||
|
<img className="help-image" src={require('../assets/raw_data_help_2.png')} alt='icon'></img>
|
||||||
|
<img className="help-image" src={require('../assets/raw_data_help_3.png')} alt='icon'></img>
|
||||||
</Typography>
|
</Typography>
|
||||||
</AccordionDetails>
|
</AccordionDetails>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
<Accordion expanded={expanded === 'panel4'} onChange={handleChange('panel4')}>
|
|
||||||
|
|
||||||
|
{/* <Accordion expanded={expanded === 'panel4'} onChange={handleChange('panel4')}>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
aria-controls="panel4bh-content"
|
aria-controls="panel4bh-content"
|
||||||
|
|||||||
Reference in New Issue
Block a user