summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_modal.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-16 08:22:37 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-16 08:22:37 -0400
commit89716cb046ee3c8f13b361053d91149f5ce29cbf (patch)
tree1faaf70fe1f51c19fc52b742de705e41edca660c /web/react/components/user_settings/user_settings_modal.jsx
parent6846940abfb56496d3010db11c46998033d4d9f5 (diff)
parent79fcb9808421dd93342a9538d05dd2259f5dd14b (diff)
downloadchat-89716cb046ee3c8f13b361053d91149f5ce29cbf.tar.gz
chat-89716cb046ee3c8f13b361053d91149f5ce29cbf.tar.bz2
chat-89716cb046ee3c8f13b361053d91149f5ce29cbf.zip
Merge pull request #1054 from stasvovk/PLT-637
PLT-638: added display tab under account settings. added 24h time option
Diffstat (limited to 'web/react/components/user_settings/user_settings_modal.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/user_settings/user_settings_modal.jsx b/web/react/components/user_settings/user_settings_modal.jsx
index 19b97fc85..692fb26ee 100644
--- a/web/react/components/user_settings/user_settings_modal.jsx
+++ b/web/react/components/user_settings/user_settings_modal.jsx
@@ -41,6 +41,7 @@ export default class UserSettingsModal extends React.Component {
if (global.window.config.EnableIncomingWebhooks === 'true') {
tabs.push({name: 'integrations', uiName: 'Integrations', icon: 'glyphicon glyphicon-transfer'});
}
+ tabs.push({name: 'display', uiName: 'Display', icon: 'glyphicon glyphicon-eye-open'});
return (
<div