Cherry-pick MM-66789 (Include log viewer (system console) in log root path validation) (#35253)

Automatic Merge
Этот коммит содержится в:
Doug Lauder
2026-02-13 05:09:37 -05:00
коммит произвёл GitHub
родитель f000a183fc
Коммит a8db85c026
4 изменённых файлов: 62 добавлений и 3 удалений

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

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