PLT-3010 - Updating system console (#3146)

* Updating system console

* Updating system console stuff

* Updating ldap settings
Этот коммит содержится в:
Asaad Mahmood
2016-06-03 00:33:52 +05:00
коммит произвёл Corey Hulen
родитель 2bb8206a7f
Коммит e0fca16b27
27 изменённых файлов: 199 добавлений и 251 удалений

Просмотреть файл

@@ -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>
);