Skip to content

Commit

Permalink
Merge pull request #384 from KPMP/develop
Browse files Browse the repository at this point in the history
Release v4.0
  • Loading branch information
rlreamy authored Jan 4, 2024
2 parents bc6e8d7 + 9dc1330 commit 4b70cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/actions/Packages/packageActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getDTDByVersion } from '../dtdActions';
const api = Api.getInstance();

export const getPackagesStateless = () => {
return api.get('/api/v1/packages')
return api.get('/api/v1/packages?shouldExclude=true')
.then(res => {
return res.data
})
Expand Down
24 changes: 4 additions & 20 deletions src/components/Upload/Forms/DynamicForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,26 +218,10 @@ class DynamicForm extends Component {
/>
<article id="largeFileSupport" className="upload-form-section container justify-content-center pt-4">
<section>
<h4>STEP 1: Determine the size of all files in this package</h4>
<p>Is the total size of all files you are uploading <strong>MORE THAN</strong> 15 gigabytes?</p>
<Row>
<Col md={12}>
<label>
<span className="largeFileSupportLabel">No</span>
<Switch
onChange={this.handleLargeFilesToggle}
checked={this.state.largeFilesChecked}
uncheckedIcon={false}
checkedIcon={false}
onColor="#08f"
height={25}
width={45}
className="react-switch"
/>
<span className="largeFileSupportLabel">Yes</span>
</label>
</Col>
</Row>
<h4>STEP 1: Verify you have completed the following required to upload your data: </h4>
<h6>1. Globus is installed and your local endpoint is set up</h6>
<h6>2. You have downloaded and filled out the current version of the <a href='https://kpmp.org/metadata' target='_blank' rel="noopener noreferrer">metadata template</a> for your technology </h6>
<h6>3. Your data is organized in your Globus endpoint and ready for upload</h6>
</section>
</article>
<article id="dynamicUploadForm" className="upload-form-section container justify-content-center pt-4">
Expand Down

0 comments on commit 4b70cd8

Please sign in to comment.