PLT-3885 Add help text to System Console > Logs page (#6252)

* Add help text about user ID lookup

* logs banner

* Update logs.jsx
Этот коммит содержится в:
Eric Sethna
2017-04-27 05:52:35 -06:00
коммит произвёл Joram Wilander
родитель a6397b5ed9
Коммит aaff588442
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@@ -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'

Просмотреть файл

@@ -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.",