From 5485da49b04bb139d28d42fe8f3d371915e79a3d Mon Sep 17 00:00:00 2001 From: Fabrice Bacchella <fbacchella@spamcop.net> Date: Mon, 04 May 2015 05:52:12 -0400 Subject: [PATCH] Adding Kerberos5/GSS authentication to ssh Adding the possibility to define authentication method order for ssh --- src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html b/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html index b55688c..ed3754e 100644 --- a/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html +++ b/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html @@ -68,8 +68,8 @@ <wicket:fragment wicket:id="chartsFragment"> <table> <tr> - <td><div id="chartRepositories" style="display:inline-block;width: 175px; height:175px"></div></td> - <td><div id="chartAuthors" style="display:inline-block;width: 175px; height: 175px;"></div></td> + <td><div id="chartRepositories" style="display:inline-block;width: 250px; height:175px"></div></td> + <td><div id="chartAuthors" style="display:inline-block;width: 250px; height: 175px;"></div></td> </tr> </table> </wicket:fragment> -- Gitblit v1.9.1