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 --- .../admin_console/connection_security_dropdown_setting.jsx | 3 ++- webapp/components/admin_console/dropdown_setting.jsx | 8 ++++++-- webapp/components/admin_console/email_settings.jsx | 2 +- webapp/components/admin_console/setting.jsx | 10 ++++++++-- 4 files changed, 17 insertions(+), 6 deletions(-) (limited to 'webapp/components/admin_console') 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 ( - +