GUAC-1373: Update documentation to reflect change from "End time" column to "Duration" in history UI.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/dc58379d Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/dc58379d Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/dc58379d Branch: refs/heads/master Commit: dc58379d124ee48e3f77b3ab09d365907c59f11c Parents: a887839 Author: Michael Jumper <[email protected]> Authored: Wed Nov 25 11:32:13 2015 -0800 Committer: Michael Jumper <[email protected]> Committed: Wed Nov 25 11:32:13 2015 -0800 ---------------------------------------------------------------------- src/chapters/administration.xml | 4 ++-- src/chapters/images/manage-history.png | Bin 164681 -> 145747 bytes 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/dc58379d/src/chapters/administration.xml ---------------------------------------------------------------------- diff --git a/src/chapters/administration.xml b/src/chapters/administration.xml index 04e58ab..768eddd 100644 --- a/src/chapters/administration.xml +++ b/src/chapters/administration.xml @@ -100,8 +100,8 @@ </indexterm> <para>Clicking "History" navigates to the connection history screen. The connection history screen displays a table of the most recent connections, including the user that used - that connection, the time the connection began, and the time the connection - ended.</para> + that connection, the time the connection began, and how long the connection was + used.</para> <informalfigure> <screenshot> <mediaobject> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/dc58379d/src/chapters/images/manage-history.png ---------------------------------------------------------------------- diff --git a/src/chapters/images/manage-history.png b/src/chapters/images/manage-history.png index 33206a4..f6b1433 100644 Binary files a/src/chapters/images/manage-history.png and b/src/chapters/images/manage-history.png differ
