Fixes horizontal scrollbar in server status pages
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/19619 Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
e617e77eb1
commit
6703a2260f
@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
5.2.3 (not yet released)
|
||||
- issue #19548 Fix missing tooltip in status monitor log table
|
||||
- issue #19619 Fix horizontal scrollbar in server status pages
|
||||
|
||||
5.2.2 (2025-01-21)
|
||||
- issue [security] Fix for a path disclosure leak in the Monitoring tab
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<ul class="nav nav-pills m-2">
|
||||
<ul class="nav nav-pills p-2">
|
||||
<li class="nav-item">
|
||||
<a href="{{ url('/server/status') }}" class="nav-link{{ active == 'status' ? ' active' }} disableAjax">
|
||||
{% trans 'Server' %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user