mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-20 14:16:04 +00:00
v2.5.0: improve admin domain language logs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
document.documentElement.dataset.theme = theme;
|
||||
}());
|
||||
</script>
|
||||
<link rel="stylesheet" href="/styles.css?v=2.5.0-admin3">
|
||||
<link rel="stylesheet" href="/styles.css?v=2.5.0-admin4">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-shell">
|
||||
@@ -48,7 +48,10 @@
|
||||
<small id="lastRefresh">--</small>
|
||||
</div>
|
||||
<div class="top-actions">
|
||||
<span class="pill" id="languageBadge">EN</span>
|
||||
<select id="languageSelect" class="language-select" aria-label="Language">
|
||||
<option value="en">EN</option>
|
||||
<option value="ru">RU</option>
|
||||
</select>
|
||||
<button id="themeToggle" class="ghost" type="button">Theme</button>
|
||||
<button id="refreshBtn" type="button" data-i18n="refresh">Refresh</button>
|
||||
</div>
|
||||
@@ -61,6 +64,7 @@
|
||||
<span data-i18n="metricMode">Mode</span>
|
||||
<strong id="metricMode">--</strong>
|
||||
<small id="metricDomain">--</small>
|
||||
<small id="siteStatus" class="metric-status">--</small>
|
||||
</article>
|
||||
<article class="metric-card accent-green">
|
||||
<span data-i18n="metricKeys">Keys</span>
|
||||
@@ -219,6 +223,7 @@
|
||||
<button id="loadLogsBtn" type="button" data-i18n="loadLogs">Load</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="logsMeta" class="logs-meta"></div>
|
||||
<pre id="logsBox" class="logs"></pre>
|
||||
</div>
|
||||
</section>
|
||||
@@ -264,6 +269,6 @@
|
||||
</div>
|
||||
|
||||
<div id="toast" class="toast"></div>
|
||||
<script src="/app.js?v=2.5.0-admin3" type="module"></script>
|
||||
<script src="/app.js?v=2.5.0-admin4" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user