Merge branch 'QA_4_8'

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-05-31 13:33:45 -03:00
commit e29fae4b31
3 changed files with 3 additions and 2 deletions

View File

@ -145,6 +145,7 @@ phpMyAdmin - ChangeLog
- issue #15287 Fix auto_increment field is too small
- issue #15283 Fix tries to change collation on views when changing collation on all tables/fields
- issue Fixed empty PMA_gotoWhitelist JavaScript array
- issue #15079 Fixed responsive behaviour of instruction dialog box
4.8.5 (2019-01-25)
- issue Developer debug data was saved to the PHP error log

View File

@ -34,7 +34,7 @@ AJAX.registerOnload('server_status_advisor.js', function () {
};
$instructionsDialog.dialog({
title: Messages.strAdvisorSystem,
width: 700,
width: '60%',
buttons: dlgBtns
});
});

View File

@ -705,7 +705,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
$(this).dialog('close');
};
$dialog.dialog({
width: 595,
width: '60%',
height: 'auto',
buttons: dlgBtns
}).find('img.ajaxIcon').show();