summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-31 17:10:43 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-07-31 08:10:43 -0400
commit860f2c8332f34d02e53ea1460decb4d1490bcbd4 (patch)
treeeb7523405ac99fbc656f74321e3be8ac66138fb9 /webapp/components/admin_console
parent3c0f082506a68240abd1960cbd0fda22679e12c2 (diff)
downloadchat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.tar.gz
chat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.tar.bz2
chat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.zip
Multiple Ui improvements (#7029)
* PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/cluster_settings.jsx4
-rw-r--r--webapp/components/admin_console/database_settings.jsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/webapp/components/admin_console/cluster_settings.jsx b/webapp/components/admin_console/cluster_settings.jsx
index 0c3346c5a..36f86f0ef 100644
--- a/webapp/components/admin_console/cluster_settings.jsx
+++ b/webapp/components/admin_console/cluster_settings.jsx
@@ -120,12 +120,12 @@ export default class ClusterSettings extends AdminSettings {
<SettingsGroup>
{configLoadedFromCluster}
{clusterTableContainer}
- <p>
+ <div className='banner'>
<FormattedMessage
id='admin.cluster.noteDescription'
defaultMessage='Changing properties in this section will require a server restart before taking effect. When High Availability mode is enabled, the System Console is set to read-only and can only be changed from the configuration file unless ReadOnlyConfig is disabled in the configuration file.'
/>
- </p>
+ </div>
{warning}
<BooleanSetting
id='Enable'
diff --git a/webapp/components/admin_console/database_settings.jsx b/webapp/components/admin_console/database_settings.jsx
index 303865d91..9f008483c 100644
--- a/webapp/components/admin_console/database_settings.jsx
+++ b/webapp/components/admin_console/database_settings.jsx
@@ -108,12 +108,12 @@ export default class DatabaseSettings extends AdminSettings {
return (
<SettingsGroup>
- <p>
+ <div className='banner'>
<FormattedMessage
id='admin.sql.noteDescription'
defaultMessage='Changing properties in this section will require a server restart before taking effect.'
/>
- </p>
+ </div>
<div className='form-group'>
<label
className='control-label col-sm-4'