Cherry-pick MM-66789 (Include log viewer (system console) in log root path validation) (#35253)
Automatic Merge
Этот коммит содержится в:
@@ -272,7 +272,7 @@ export default class LogList extends React.PureComponent<Props, State> {
|
||||
const placeholderEmpty: JSX.Element = (
|
||||
<FormattedMessage
|
||||
id='admin.channel_settings.channel_list.no_logs_found'
|
||||
defaultMessage='No logs found'
|
||||
defaultMessage='No logs found. Ensure log files are within the logging root directory (configured via MM_LOG_PATH or the default logs directory).'
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
@@ -601,7 +601,7 @@
|
||||
"admin.channel_settings.channel_list.managementHeader": "Management",
|
||||
"admin.channel_settings.channel_list.nameHeader": "Name",
|
||||
"admin.channel_settings.channel_list.no_channels_found": "No channels found",
|
||||
"admin.channel_settings.channel_list.no_logs_found": "No logs found",
|
||||
"admin.channel_settings.channel_list.no_logs_found": "No logs found. Ensure log files are within the logging root directory (configured via MM_LOG_PATH or the default logs directory).",
|
||||
"admin.channel_settings.channel_list.search_channels_errored": "Something went wrong. Try again",
|
||||
"admin.channel_settings.channel_list.teamHeader": "Team",
|
||||
"admin.channel_settings.channel_moderation.channelMentions": "Channel Mentions",
|
||||
|
||||
Ссылка в новой задаче
Block a user