diff --git a/guacamole/src/main/webapp/scripts/admin-ui.js b/guacamole/src/main/webapp/scripts/admin-ui.js index cc8450a92..a68e757e2 100644 --- a/guacamole/src/main/webapp/scripts/admin-ui.js +++ b/guacamole/src/main/webapp/scripts/admin-ui.js @@ -287,7 +287,7 @@ GuacAdmin.Pager = function(container) { /** * The number of pages to generate a window for. */ - this.window_size = 5; + this.window_size = 11; /** * The current page, where 0 is the first page. diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 2a88533cd..6c493bacf 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -416,6 +416,7 @@ div#logout-panel { background-image: url('../images/action-icons/guac-last-page.png'); } -#user-list-buttons { +#user-list-buttons, +#connection-list-buttons { text-align: center; }