summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2017-04-27 05:52:35 -0600
committerJoram Wilander <jwawilander@gmail.com>2017-04-27 07:52:35 -0400
commitaaff58844220331eeac1c523a8b0b9b572d5e8f5 (patch)
treeac8271762f7ba58f57387746f918401e4bf1191c /webapp
parenta6397b5ed9c4d6a1afe018ad766555c18c3a6983 (diff)
downloadchat-aaff58844220331eeac1c523a8b0b9b572d5e8f5.tar.gz
chat-aaff58844220331eeac1c523a8b0b9b572d5e8f5.tar.bz2
chat-aaff58844220331eeac1c523a8b0b9b572d5e8f5.zip
PLT-3885 Add help text to System Console > Logs page (#6252)
* Add help text about user ID lookup * logs banner * Update logs.jsx
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/logs.jsx8
-rwxr-xr-xwebapp/i18n/en.json1
2 files changed, 9 insertions, 0 deletions
diff --git a/webapp/components/admin_console/logs.jsx b/webapp/components/admin_console/logs.jsx
index c8405a2f7..d3fa67f55 100644
--- a/webapp/components/admin_console/logs.jsx
+++ b/webapp/components/admin_console/logs.jsx
@@ -91,6 +91,14 @@ export default class Logs extends React.Component {
defaultMessage='Server Logs'
/>
</h3>
+ <div className='banner'>
+ <div className='banner__content'>
+ <FormattedMessage
+ id='admin.logs.bannerDesc'
+ defaultMessage='To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.'
+ />
+ </div>
+ </div>
<button
type='submit'
className='btn btn-primary'
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1f122403a..4de4c155d 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -532,6 +532,7 @@
"admin.log.locationPlaceholder": "Enter your file location",
"admin.log.locationTitle": "File Log Directory:",
"admin.log.logSettings": "Log Settings",
+ "admin.logs.bannerDesc": "To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.",
"admin.logs.reload": "Reload",
"admin.logs.title": "Server Logs",
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentation</a> to learn more about configuring performance monitoring for Mattermost.",