summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/generated_setting.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 00:33:52 +0500
committerCorey Hulen <corey@hulen.com>2016-06-02 12:33:52 -0700
commite0fca16b27b35d6d4303e5a76f10a689fdefcce3 (patch)
treed0043428b7cdf8b8173a51f1225cd167972b16bc /webapp/components/admin_console/generated_setting.jsx
parent2bb8206a7fa6c37c5712da5262937bd9bf708b89 (diff)
downloadchat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.gz
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.bz2
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.zip
PLT-3010 - Updating system console (#3146)
* Updating system console * Updating system console stuff * Updating ldap settings
Diffstat (limited to 'webapp/components/admin_console/generated_setting.jsx')
-rw-r--r--webapp/components/admin_console/generated_setting.jsx16
1 files changed, 9 insertions, 7 deletions
diff --git a/webapp/components/admin_console/generated_setting.jsx b/webapp/components/admin_console/generated_setting.jsx
index 29bb96985..cb12fcd3d 100644
--- a/webapp/components/admin_console/generated_setting.jsx
+++ b/webapp/components/admin_console/generated_setting.jsx
@@ -83,13 +83,15 @@ export default class GeneratedSetting extends React.Component {
<div className='help-text'>
{this.props.helpText}
</div>
- <button
- className='btn btn-default'
- onClick={this.regenerate}
- disabled={this.props.disabled}
- >
- {this.props.regenerateText}
- </button>
+ <div className='help-text'>
+ <button
+ className='btn btn-default'
+ onClick={this.regenerate}
+ disabled={this.props.disabled}
+ >
+ {this.props.regenerateText}
+ </button>
+ </div>
</div>
</div>
);