Repository: qpid-broker-j Updated Branches: refs/heads/master 5755387d7 -> 857720328
QPID-7772: [Java Broker, WMC] Add css styles for connection session grid Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/85772032 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/85772032 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/85772032 Branch: refs/heads/master Commit: 857720328ac5dfa0341a349b71fac5cdb2735651 Parents: 5755387 Author: Alex Rudyy <[email protected]> Authored: Mon Sep 18 15:31:16 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Mon Sep 18 15:31:16 2017 +0100 ---------------------------------------------------------------------- .../management-http/src/main/java/resources/css/common.css | 6 ++++++ .../src/main/java/resources/showConnection.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/85772032/broker-plugins/management-http/src/main/java/resources/css/common.css ---------------------------------------------------------------------- diff --git a/broker-plugins/management-http/src/main/java/resources/css/common.css b/broker-plugins/management-http/src/main/java/resources/css/common.css index 74b4602..ea92efc 100644 --- a/broker-plugins/management-http/src/main/java/resources/css/common.css +++ b/broker-plugins/management-http/src/main/java/resources/css/common.css @@ -567,6 +567,12 @@ td.advancedSearchField, col.autoWidth { .connectionConsumers .field-msgOutRate { width: 10% } .connectionConsumers .field-bytesOutRate { width: 10% } +.connectionSessions .field-name { width: 30%; } +.connectionSessions .field-consumerCount { width: 10% } +.connectionSessions .field-unacknowledgedMessages { width: 20% } +.connectionSessions .field-transactionStartTime { width: 20% } +.connectionSessions .field-transactionUpdateTime { width: 20% } + .radioButtonIndent { padding-left: 20px; padding-top: 5px; http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/85772032/broker-plugins/management-http/src/main/java/resources/showConnection.html ---------------------------------------------------------------------- diff --git a/broker-plugins/management-http/src/main/java/resources/showConnection.html b/broker-plugins/management-http/src/main/java/resources/showConnection.html index 2d403ca..f005aba 100644 --- a/broker-plugins/management-http/src/main/java/resources/showConnection.html +++ b/broker-plugins/management-http/src/main/java/resources/showConnection.html @@ -78,7 +78,7 @@ <br/> - <div data-dojo-type="dijit.TitlePane" data-dojo-props="title: 'Sessions'"> + <div data-dojo-type="dijit.TitlePane" data-dojo-props="title: 'Sessions'" class="connectionSessions"> <div class="sessions"></div> </div> <br/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
