diff --git a/webapp/components/admin_console/connection_security_dropdown_setting.jsx b/webapp/components/admin_console/connection_security_dropdown_setting.jsx index e00abf3045..02b56b192e 100644 --- a/webapp/components/admin_console/connection_security_dropdown_setting.jsx +++ b/webapp/components/admin_console/connection_security_dropdown_setting.jsx @@ -10,7 +10,7 @@ import {FormattedMessage} from 'react-intl'; const CONNECTION_SECURITY_HELP_TEXT = (
@@ -80,6 +80,7 @@ export default class ConnectionSecurityDropdownSetting extends React.Component { handleChange={this.props.handleChange} isDisabled={this.props.isDisabled} helpText={CONNECTION_SECURITY_HELP_TEXT} + margin='small' /> ); } diff --git a/webapp/components/admin_console/dropdown_setting.jsx b/webapp/components/admin_console/dropdown_setting.jsx index d96c3cef88..fca8dd1709 100644 --- a/webapp/components/admin_console/dropdown_setting.jsx +++ b/webapp/components/admin_console/dropdown_setting.jsx @@ -20,7 +20,10 @@ export default class DropdownSetting extends React.Component { } return ( - + @@ -157,6 +173,9 @@ class FilteredUserList extends React.Component {
{teamToggle}
+
+ {count} +