14.12.25 - интегрировал CI для зеркалирования front_ui для деплоя
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user