Repository: qpid-dispatch Updated Branches: refs/heads/master 55a4957fe -> efec3a9f6
DISPATCH-304 - Modified doc/book/console_operation.rst to add image height and width Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/efec3a9f Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/efec3a9f Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/efec3a9f Branch: refs/heads/master Commit: efec3a9f6b19f9966ec6b24d2cf72d519ae94d47 Parents: 55a4957 Author: Ganesh Murthy <[email protected]> Authored: Wed May 4 08:26:08 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed May 4 08:26:08 2016 -0400 ---------------------------------------------------------------------- doc/book/console_operation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/efec3a9f/doc/book/console_operation.rst ---------------------------------------------------------------------- diff --git a/doc/book/console_operation.rst b/doc/book/console_operation.rst index fbd8358..c340d07 100644 --- a/doc/book/console_operation.rst +++ b/doc/book/console_operation.rst @@ -24,6 +24,8 @@ Logging in to a router network The console communicates to the router network using the proton javascript bindings. When run from a web page, the proton bindings use web sockets to send and receive commands. However, the dispatch router requires tcp. Therefore a web-sockets to tcp proxy is used. .. image:: console_login.png + :height: 500px + :width: 1000 px Enter the address of a proxy that is connected to a router in the network. @@ -37,6 +39,8 @@ Overview page On the overview page, aggregate information about routers, addresses, and connections is displayed. .. image:: console_overview.png + :height: 500px + :width: 1000 px Topology page ------------- @@ -49,6 +53,8 @@ Router entity details page -------------------------- .. image:: console_entity.png + :height: 500px + :width: 1000 px Displays detailed information about entities such as routers, links, addresses, memory. @@ -58,6 +64,8 @@ Charts page ----------- .. image:: console_charts.png + :height: 500px + :width: 1000 px This page displays graphs of numeric values that are on the entity details page. @@ -65,6 +73,8 @@ Schema page ----------- .. image:: console_schema.png + :height: 500px + :width: 1000 px This page displays the json schema that is used to manage the router network. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
