perf: add VNC terminal type

This commit is contained in:
Eric
2025-07-09 18:49:47 +08:00
committed by 老广
parent 2acbb80920
commit 4bf337b2b4
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ class Session(OrgModelMixin):
RT = 'RT', 'RDP Terminal'
WT = 'WT', 'Web Terminal'
DT = 'DT', 'DB Terminal'
VT = 'VT', 'VNC Terminal'
id = models.UUIDField(default=uuid.uuid4, primary_key=True)
user = models.CharField(max_length=128, verbose_name=_("User"), db_index=True)