From c63da249640e50b1c93c5c5ff7b5d598aa737b1e Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 17 Sep 2015 13:24:55 -0700 Subject: moving to security tab --- web/react/components/user_settings_developer.jsx | 12 ------------ web/react/components/user_settings_security.jsx | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'web/react') 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 {

{'Developer Settings'}

{appSection} -
-
    -
  • {'Version'}
  • -
  • - {'Version: ' + global.window.config.Version}
    - {'Build Number: ' + global.window.config.BuildNumber}
    - {'Build Date: ' + global.window.config.BuildDate}
    - {'Build Hash: ' + global.window.config.BuildHash}
    -
  • -
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 {
{passwordSection}
+
    +
  • {'Version ' + global.window.config.Version}
  • +
  • +
    {'Build Number: ' + global.window.config.BuildNumber}
    +
    {'Build Date: ' + global.window.config.BuildDate}
    +
    {'Build Hash: ' + global.window.config.BuildHash}
    +
  • +
+