src/com/gitblit/client/GitblitPanel.java
@@ -486,7 +486,7 @@ gitblit.login(); updateRepositoriesTable(); Utils.packColumns(repositoriesTable, 2); Utils.packColumns(repositoriesTable, 5); if (gitblit.allowManagement()) { updateUsersTable(); @@ -505,6 +505,7 @@ if (gitblit.allowAdministration()) { updateSettingsTable(); Utils.packColumns(settingsTable, 5); } else { // remove the settings tab String settingsTitle = Translation.get("gb.settings");