Remove 'Note' from intensive query banner in team statistics (#6294)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
88a328421f
Коммит
c3ed7b2540
@@ -144,14 +144,14 @@ export default class TeamAnalytics extends React.Component {
|
|||||||
let userActiveGraph;
|
let userActiveGraph;
|
||||||
if (stats[StatTypes.TOTAL_POSTS] === -1) {
|
if (stats[StatTypes.TOTAL_POSTS] === -1) {
|
||||||
banner = (
|
banner = (
|
||||||
<Banner
|
<div className='banner'>
|
||||||
description={
|
<div className='banner__content'>
|
||||||
<FormattedHTMLMessage
|
<FormattedHTMLMessage
|
||||||
id='analytics.system.skippedIntensiveQueries'
|
id='analytics.system.skippedIntensiveQueries'
|
||||||
defaultMessage="Some statistics have been omitted because they put too much load on the system to calculate. See <a href='https://docs.mattermost.com/administration/statistics.html' target='_blank'>https://docs.mattermost.com/administration/statistics.html</a> for more details."
|
defaultMessage="Some statistics have been omitted because they put too much load on the system to calculate. See <a href='https://docs.mattermost.com/administration/statistics.html' target='_blank'>https://docs.mattermost.com/administration/statistics.html</a> for more details."
|
||||||
/>
|
/>
|
||||||
}
|
</div>
|
||||||
/>
|
</div>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
totalPostsCount = (
|
totalPostsCount = (
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user