From: Darold Gilles Date: Tue, 10 Jul 2012 16:42:41 +0000 (+0200) Subject: Add missing pie graph on locks by type report X-Git-Tag: v3.2~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae46465e9376ccdfc089ee7ce96a1e4788bdeb20;p=pgbadger Add missing pie graph on locks by type report --- diff --git a/pgbadger b/pgbadger index 191ce7e..8b71876 100755 --- a/pgbadger +++ b/pgbadger @@ -1267,7 +1267,7 @@ div#littleToc a:hover { text-decoration:none; background-color:#DDDDDD; } -moz-box-shadow:3px 3px 6px 2px #A9A9A9; -webkit-box-shadow:3px 3px 6px #A9A9A9; } -#queriesbytype_graph, #databasesessions_graph, #usersessions_graph, #hostsessions_graph, #databaseconnections_graph, #userconnections_graph, #hostconnections_graph { +#queriesbytype_graph, #lockbytype_graph, #databasesessions_graph, #usersessions_graph, #hostsessions_graph, #databaseconnections_graph, #userconnections_graph, #hostconnections_graph { width : 500px; height: 250px; background:#F3F2ED;