summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-08 18:05:49 +0500
committerJoramWilander <jwawilander@gmail.com>2016-03-09 10:56:40 -0500
commit29eb6a1d0147767d9aba980c14e7a3df9dd3d7c9 (patch)
tree0b2cbfb4840b924b49f7569dc2dcc2b3355c2288 /web/react/components
parentd9eb8c0c5840b169da6e424ffa894dde4c632dd4 (diff)
downloadchat-29eb6a1d0147767d9aba980c14e7a3df9dd3d7c9.tar.gz
chat-29eb6a1d0147767d9aba980c14e7a3df9dd3d7c9.tar.bz2
chat-29eb6a1d0147767d9aba980c14e7a3df9dd3d7c9.zip
Improvements to license page
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/admin_console/license_settings.jsx25
1 files changed, 14 insertions, 11 deletions
diff --git a/web/react/components/admin_console/license_settings.jsx b/web/react/components/admin_console/license_settings.jsx
index d4dfa13f2..632ef5ad4 100644
--- a/web/react/components/admin_console/license_settings.jsx
+++ b/web/react/components/admin_console/license_settings.jsx
@@ -174,15 +174,17 @@ class LicenseSettings extends React.Component {
licenseKey = (
<div className='col-sm-8'>
- <input
- className='pull-left'
- ref='fileInput'
- type='file'
- accept='.mattermost-license'
- onChange={this.handleChange}
- />
+ <div className='file__upload'>
+ <button className='btn btn-primary'>{'Choose File'}</button>
+ <input
+ ref='fileInput'
+ type='file'
+ accept='.mattermost-license'
+ onChange={this.handleChange}
+ />
+ </div>
<button
- className={btnClass + ' pull-left'}
+ className={btnClass}
disabled={!this.state.fileSelected}
onClick={this.handleSubmit}
id='upload-button'
@@ -193,11 +195,12 @@ class LicenseSettings extends React.Component {
defaultMessage='Upload'
/>
</button>
- <br/>
- <br/>
+ <div className='help-text no-margin'>
+ {'No file uploaded'}
+ </div>
<br/>
{serverError}
- <p className='help-text'>
+ <p className='help-text no-margin'>
<FormattedHTMLMessage
id='admin.license.uploadDesc'
defaultMessage='Upload a license key for Mattermost Enterprise Edition to upgrade this server. <a href="http://mattermost.com" target="_blank">Visit us online</a> to learn more about the benefits of Enterprise Edition or to purchase a key.'