fix: show logoff actions in RDG qwinsta modal (0.20.7)

Put session table before raw output, add manual session ID logoff, improve qwinsta line parsing.
This commit is contained in:
PTah
2026-06-20 19:20:52 +10:00
parent fc9d630263
commit 115289ef35
4 changed files with 119 additions and 36 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/** Fallback до загрузки /health; при релизе держите в sync с backend/app/version.py */
export const APP_NAME = "Security Alert Center";
export const APP_VERSION = "0.20.6";
export const APP_VERSION = "0.20.7";
export const APP_VERSION_LABEL = `${APP_NAME} v.${APP_VERSION}`;