diff --git a/src/actions/Packages/packageActions.js b/src/actions/Packages/packageActions.js index 3f369ec2..d1251d44 100755 --- a/src/actions/Packages/packageActions.js +++ b/src/actions/Packages/packageActions.js @@ -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 }) diff --git a/src/components/Nav/NavUser.js b/src/components/Nav/NavUser.js index 235cc3ce..1b479da6 100755 --- a/src/components/Nav/NavUser.js +++ b/src/components/Nav/NavUser.js @@ -29,7 +29,7 @@ class NavUser extends Component { {this.props.displayName} - + Help @@ -47,4 +47,4 @@ NavUser.propTypes = { displayName: PropTypes.string.isRequired }; -export default NavUser; \ No newline at end of file +export default NavUser; diff --git a/src/components/Upload/Forms/DynamicForm.js b/src/components/Upload/Forms/DynamicForm.js index df401101..0dea615c 100755 --- a/src/components/Upload/Forms/DynamicForm.js +++ b/src/components/Upload/Forms/DynamicForm.js @@ -8,7 +8,6 @@ import qq from 'fine-uploader/lib/core'; import { uploader } from '../fineUploader'; import { Link, Prompt } from 'react-router-dom'; import PropTypes from 'prop-types'; -import Switch from "react-switch"; class DynamicForm extends Component { @@ -219,26 +218,10 @@ class DynamicForm extends Component { />
-

STEP 1: Determine the size of all files in this package

-

Is the total size of all files you are uploading MORE THAN 15 gigabytes?

- - - - - +

STEP 1: Verify you have completed the following required to upload your data:

+
1. Globus is installed and your local endpoint is set up
+
2. You have downloaded and filled out the current version of the metadata template for your technology
+
3. Your data is organized in your Globus endpoint and ready for upload