14.12.25 - интегрировал CI для зеркалирования front_ui для деплоя
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s

This commit is contained in:
2025-12-14 03:00:38 +03:00
parent f25ce1a469
commit c5445d9f24
2 changed files with 45 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ export const getEntityLabel = (type: string): string => {
};
export const getStatusColor = (status?: unknown): AntBadgeStatus => {
// Приведение строки к валидному статусу Badge
// Приведение строки к валидному статусу Badge (check ci)
const s = String(status);
switch (s) {
case 'active':