Bug 8223 - Sessions to be terminated by tlctl are not sorted
Summary: Sessions to be terminated by tlctl are not sorted
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-08 09:11 CEST by Samuel Mannehed
Modified: 2023-09-12 13:08 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2023-09-08 09:11:52 CEST
To make it easier for the admin to get a fair overview, we should make sure the output from tlctl is sorted is a good way. The list of sessions (tlctl session list) and the list of agents (tlctl load list) are sorted. However, the list of sessions when using terminate looks like this:

> [root@tl ~]# tlctl session terminate --all
> Refreshing session information...
> 
> Terminating:
> USER         DISPLAY  AGENT       
> ==================================
> antsa        13       tl.cendio.se
> aaron        15       tl.cendio.se
> johig        16       tl.cendio.se
> robhe        14       tl.cendio.se
> jeanzagonel  11       tl.cendio.se
> adaha        17       tl.cendio.se
> wilsj        19       tl.cendio.se
> tobfa        18       tl.cendio.se
> niarem       20       tl.cendio.se
> maros        10       tl.cendio.se
> 
> Summary:
>   Terminate 10 session(s)
> 
> Is this ok? [y/N]:

Note You need to log in before you can comment on or make changes to this bug.