{errors.general}
-- Sensitive parameters will be masked with value "*****". If you don't change the value they - will not be updated when saving. + Sensitive parameters will be masked with value "***** + ". If you don't change the value they will not be updated when saving.
) : null} {provider.parameters.map(p => ( @@ -76,7 +80,7 @@ AddonParameters.propTypes = { config: PropTypes.object.isRequired, errors: PropTypes.object.isRequired, setParameterValue: PropTypes.func.isRequired, - editMode: PropTypes.bool.optional, + editMode: PropTypes.bool, }; export default AddonParameters; diff --git a/frontend/src/component/addons/list-container.jsx b/frontend/src/component/addons/index.jsx similarity index 94% rename from frontend/src/component/addons/list-container.jsx rename to frontend/src/component/addons/index.jsx index ed83e458e6..1a5c6d65b8 100644 --- a/frontend/src/component/addons/list-container.jsx +++ b/frontend/src/component/addons/index.jsx @@ -1,5 +1,5 @@ import { connect } from 'react-redux'; -import AddonsListComponent from './list-component.jsx'; +import AddonsListComponent from './AddonList'; import { fetchAddons, removeAddon, updateAddon } from '../../store/addons/actions'; import { hasPermission } from '../../permissions'; diff --git a/frontend/src/component/addons/list-component.jsx b/frontend/src/component/addons/list-component.jsx deleted file mode 100644 index eb7c23c79c..0000000000 --- a/frontend/src/component/addons/list-component.jsx +++ /dev/null @@ -1,117 +0,0 @@ -import React, { useEffect } from 'react'; -import PropTypes from 'prop-types'; -import { Link } from 'react-router-dom'; - -import { List, ListItem, ListItemAction, IconButton, Card, Button } from 'react-mdl'; -import { HeaderTitle, styles as commonStyles } from '../common'; -import { CREATE_ADDON, DELETE_ADDON, UPDATE_ADDON } from '../../permissions'; - -const style = { width: '40px', height: '40px', marginRight: '16px', float: 'left' }; - -const getIcon = name => { - switch (name) { - case 'slack': - returnLoading...
-- app description -
-- Created: - - Invalid Date - -
-+ app description +
++ Created: + + Invalid Date + +
+ ++ this is A toggle +
++ Missing, want to create? +
++ A description +
++ Missing, want to create? +
++ + 123.123.123.123 + last seen at + + 02/23/2017, 03:56:49 PM + + +
+- app description -
-- Created: - - Invalid Date - -
-+ app description +
++ Created: + + Invalid Date + +
+Loading...
-{description || ''}
-- Created: {this.formatDate(createdAt)} -
-Tags allows you to group features together
- -Tags
- {tags.map(renderTag)} -Tags
+ {tags.map(renderTag)} +- Empty list of feature toggles -
- )} -