diff --git a/apps/jumpserver/settings.py b/apps/jumpserver/settings.py index 8151147d2..04fe210b2 100644 --- a/apps/jumpserver/settings.py +++ b/apps/jumpserver/settings.py @@ -397,6 +397,6 @@ BOOTSTRAP3 = { } TOKEN_EXPIRATION = CONFIG.TOKEN_EXPIRATION or 3600 -DISPLAY_PER_PAGE = CONFIG.DISPLAY_PER_PAGE +DISPLAY_PER_PAGE = CONFIG.DISPLAY_PER_PAGE or 25 DEFAULT_EXPIRED_YEARS = 70 USER_GUIDE_URL = "" diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css index 947fae9a2..29e786eb3 100644 --- a/apps/static/css/jumpserver.css +++ b/apps/static/css/jumpserver.css @@ -427,3 +427,9 @@ div.dataTables_wrapper div.dataTables_filter { text-align: center; padding: 5px 0; } + +.profile-dropdown li a { + font-size: 12px !important; +} + + diff --git a/apps/static/img/logo-text.png b/apps/static/img/logo-text.png index cb76b555a..9d532a285 100644 Binary files a/apps/static/img/logo-text.png and b/apps/static/img/logo-text.png differ diff --git a/apps/templates/_header_bar.html b/apps/templates/_header_bar.html index 6ba60f51b..fba075e16 100644 --- a/apps/templates/_header_bar.html +++ b/apps/templates/_header_bar.html @@ -33,9 +33,8 @@ -