From 12cc9def7beac97ab2b0beae946e19c5eb65e144 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 9 May 2016 20:57:51 +0500 Subject: Improvements to system console and DM modal (#2930) Fixing audit and compliance table Changing prop Minor improvement to the DM modal --- .../connection_security_dropdown_setting.jsx | 3 +- .../components/admin_console/dropdown_setting.jsx | 8 +++-- webapp/components/admin_console/email_settings.jsx | 2 +- webapp/components/admin_console/setting.jsx | 10 +++++-- webapp/components/filtered_user_list.jsx | 27 ++++++++++++++--- webapp/i18n/en.json | 2 +- webapp/sass/routes/_admin-console.scss | 35 ++++++++++++---------- 7 files changed, 61 insertions(+), 26 deletions(-) diff --git a/webapp/components/admin_console/connection_security_dropdown_setting.jsx b/webapp/components/admin_console/connection_security_dropdown_setting.jsx index e00abf304..02b56b192 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 d96c3cef8..fca8dd170 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} +