Issue #15072 fix (added button)
Added button "Close" at the bottom of "Monitor instructions" window to make it similar to other dialog windows Signed-off-by: Anton Mokrousov <settingx@mail.ru>
This commit is contained in:
parent
3ec6d02578
commit
1bf8123b88
@ -690,10 +690,14 @@ AJAX.registerOnload('server_status_monitor.js', function () {
|
||||
event.preventDefault();
|
||||
|
||||
var $dialog = $('#monitorInstructionsDialog');
|
||||
|
||||
var dlgBtns = {};
|
||||
dlgBtns[PMA_messages.strClose] = function () {
|
||||
$(this).dialog('close');
|
||||
};
|
||||
$dialog.dialog({
|
||||
width: 595,
|
||||
height: 'auto'
|
||||
height: 'auto',
|
||||
buttons: dlgBtns
|
||||
}).find('img.ajaxIcon').show();
|
||||
|
||||
var loadLogVars = function (getvars) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user