summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-17 13:24:55 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-17 13:24:55 -0700
commitc63da249640e50b1c93c5c5ff7b5d598aa737b1e (patch)
tree5f098b1df68e3e2f0c346c3c9f9ed70629eef27c /web/react
parent522e4934c92b274a9326469bd21a208f9fafad9e (diff)
downloadchat-c63da249640e50b1c93c5c5ff7b5d598aa737b1e.tar.gz
chat-c63da249640e50b1c93c5c5ff7b5d598aa737b1e.tar.bz2
chat-c63da249640e50b1c93c5c5ff7b5d598aa737b1e.zip
moving to security tab
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/user_settings_developer.jsx12
-rw-r--r--web/react/components/user_settings_security.jsx11
2 files changed, 11 insertions, 12 deletions
diff --git a/web/react/components/user_settings_developer.jsx b/web/react/components/user_settings_developer.jsx
index 8b443499a..1b04149dc 100644
--- a/web/react/components/user_settings_developer.jsx
+++ b/web/react/components/user_settings_developer.jsx
@@ -77,18 +77,6 @@ export default class DeveloperTab extends React.Component {
<h3 className='tab-header'>{'Developer Settings'}</h3>
<div className='divider-dark first'/>
{appSection}
- <div className='divider-dark first'/>
- <ul
- className='section-min'
- >
- <li className='col-sm-10 section-title'>{'Version'}</li>
- <li className='col-sm-7 section-describe'>
- {'Version: ' + global.window.config.Version}<br/>
- {'Build Number: ' + global.window.config.BuildNumber}<br/>
- {'Build Date: ' + global.window.config.BuildDate}<br/>
- {'Build Hash: ' + global.window.config.BuildHash}<br/>
- </li>
- </ul>
<div className='divider-dark'/>
</div>
</div>
diff --git a/web/react/components/user_settings_security.jsx b/web/react/components/user_settings_security.jsx
index 6ccd09cb1..c10d790ae 100644
--- a/web/react/components/user_settings_security.jsx
+++ b/web/react/components/user_settings_security.jsx
@@ -251,6 +251,17 @@ export default class SecurityTab extends React.Component {
<div className='divider-dark first'/>
{passwordSection}
<div className='divider-dark'/>
+ <ul
+ className='section-min'
+ >
+ <li className='col-sm-10 section-title'>{'Version ' + global.window.config.Version}</li>
+ <li className='col-sm-7 section-describe'>
+ <div className='text-nowrap'>{'Build Number: ' + global.window.config.BuildNumber}</div>
+ <div className='text-nowrap'>{'Build Date: ' + global.window.config.BuildDate}</div>
+ <div className='text-nowrap'>{'Build Hash: ' + global.window.config.BuildHash}</div>
+ </li>
+ </ul>
+ <div className='divider-dark'/>
<br></br>
<a
data-toggle='modal'