mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +03:00
sync BE / fix 500
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"lang.en": "English",
|
||||
"lang.ru": "Russian",
|
||||
"home.title": "Issues console",
|
||||
"home.intro": "Crash ingest and operator tools. Open Issues for grouped fingerprints, or use the links below.",
|
||||
"home.intro": "Operator console for crash triage and tickets — not the public upload API. Open Issues to browse and group fingerprints, or use the shortcuts below.",
|
||||
"reports.title": "Issues",
|
||||
"reports.by_time": "By time",
|
||||
"reports.grouped": "Grouped",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"lang.en": "English",
|
||||
"lang.ru": "Русский",
|
||||
"home.title": "Консоль сбоев",
|
||||
"home.intro": "Приём сбоев и операторские инструменты. Откройте Issues для сгруппированных отпечатков или ссылки ниже.",
|
||||
"home.intro": "Операторская консоль для триажа сбоев и тикетов — не публичный API загрузки. Откройте Issues для просмотра и группировки отпечатков или ссылки ниже.",
|
||||
"reports.title": "Issues",
|
||||
"reports.by_time": "По времени",
|
||||
"reports.grouped": "Группы",
|
||||
|
||||
@@ -47,6 +47,7 @@ require_once __DIR__ . '/Rbac.php';
|
||||
require_once __DIR__ . '/DeviceRepository.php';
|
||||
require_once __DIR__ . '/Auth.php';
|
||||
require_once __DIR__ . '/ReportRepository.php';
|
||||
require_once __DIR__ . '/TagCatalog.php';
|
||||
require_once __DIR__ . '/TicketTagCatalog.php';
|
||||
require_once __DIR__ . '/TicketWorkflow.php';
|
||||
require_once __DIR__ . '/TicketAttachmentProvider.php';
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
<main class="main-pane">
|
||||
<?php if (($view ?? 'home') === 'home'): ?>
|
||||
<h1 data-i18n="home.title">Issues console</h1>
|
||||
<p data-i18n="home.intro">Crash ingest and operator tools. Open <strong>Issues</strong> for grouped fingerprints, or use the links below.</p>
|
||||
<p data-i18n="home.intro">Operator console for crash triage and tickets — not the public upload API. Open <strong>Issues</strong> to browse and group fingerprints, or use the shortcuts below.</p>
|
||||
<?php $skip_home_link = true; require __DIR__ . '/partials/console_quick_links.php'; ?>
|
||||
<?php elseif (($view ?? '') === 'report' && !empty($report)): ?>
|
||||
<?php require __DIR__ . '/report_detail.php'; ?>
|
||||
|
||||
Reference in New Issue
Block a user