mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
Display active status of connections.
This commit is contained in:
@@ -154,6 +154,10 @@ public class List extends AuthenticatingHttpServlet {
|
||||
xml.writeAttribute("end",
|
||||
Long.toString(record.getEndDate().getTime()));
|
||||
|
||||
// Whether connection currently active
|
||||
if (record.isActive())
|
||||
xml.writeAttribute("active", "yes");
|
||||
|
||||
// User involved
|
||||
xml.writeCharacters(record.getUsername());
|
||||
|
||||
|
Reference in New Issue
Block a user