feat: Добавить отображение версии UI в нижнем колонтитуле и улучшить отображение ASN и CIDR с помощью моноширинного шрифта в менеджерах ASNs и IPRanges
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s

This commit is contained in:
2025-08-27 17:05:36 +07:00
parent 449f44b499
commit 001b4d9d98
6 changed files with 56 additions and 7 deletions
+5
View File
@@ -336,6 +336,11 @@ function MainLayout() {
<Route path="/" element={<Navigate to="/dashboard" replace />} />
</Routes>
</div>
<footer className="footer mt-auto py-3">
<div className="container-xl text-muted small">
Версия UI: {import.meta?.env?.VITE_APP_VERSION || 'dev'}
</div>
</footer>
<SettingsModal open={settingsOpen} onClose={() => setSettingsOpen(false)} />
</div>
);