PLT-3885 Add help text to System Console > Logs page (#6252)
* Add help text about user ID lookup * logs banner * Update logs.jsx
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
a6397b5ed9
Коммит
aaff588442
@@ -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'
|
||||
|
||||
Ссылка в новой задаче
Block a user