Files
security-alert-center/frontend/src/version.ts
T
PapaTramp 95c5b9f25a fix(ui): table actions column layout and resolved label
Move flex off td.actions to inner wrapper; show Закрыта for resolved problems. SAC 0.8.2.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 14:10:56 +10:00

4 lines
150 B
TypeScript

export const APP_NAME = "Security Alert Center";
export const APP_VERSION = "0.8.2";
export const APP_VERSION_LABEL = `${APP_NAME} v.${APP_VERSION}`;