Merge branch 'QA_4_8'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
commit
e29fae4b31
@ -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
|
||||
|
||||
@ -34,7 +34,7 @@ AJAX.registerOnload('server_status_advisor.js', function () {
|
||||
};
|
||||
$instructionsDialog.dialog({
|
||||
title: Messages.strAdvisorSystem,
|
||||
width: 700,
|
||||
width: '60%',
|
||||
buttons: dlgBtns
|
||||
});
|
||||
});
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user