summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 20:16:42 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 20:16:42 -0700
commit435211870096f6d31378c1b31c3d0818a7a4e710 (patch)
treee3333b09ae6aec7d40b641a09969160449ebea74 /web/react
parentabda39b6523f2563d4663036f13ad1c24dac161e (diff)
downloadchat-435211870096f6d31378c1b31c3d0818a7a4e710.tar.gz
chat-435211870096f6d31378c1b31c3d0818a7a4e710.tar.bz2
chat-435211870096f6d31378c1b31c3d0818a7a4e710.zip
Adding version to UI
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/user_settings_developer.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/react/components/user_settings_developer.jsx b/web/react/components/user_settings_developer.jsx
index 1b04149dc..3e75e7ad8 100644
--- a/web/react/components/user_settings_developer.jsx
+++ b/web/react/components/user_settings_developer.jsx
@@ -77,6 +77,19 @@ 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'>
+ {
+ global.window.config.Version + ' (' +
+ global.window.config.BuildNumber + '/' +
+ global.window.config.BuildDate + ')'
+ }
+ </li>
+ </ul>
<div className='divider-dark'/>
</div>
</div>