mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added accessibility support in AlertifyJS. Fixes #5154
2) Fix accessibility issue for the maximize button of the Alertify dialog. Fixes #5143
This commit is contained in:
committed by
Akshay Joshi
parent
787c11efda
commit
eaf4781f5f
@@ -44,6 +44,7 @@ export class BackupDialogWrapper extends DialogWrapper {
|
||||
type: 'button',
|
||||
url: 'backup.html',
|
||||
label: gettext('Backup'),
|
||||
'aria-label': gettext('Backup')
|
||||
},
|
||||
}, {
|
||||
text: '',
|
||||
@@ -52,7 +53,7 @@ export class BackupDialogWrapper extends DialogWrapper {
|
||||
attrs: {
|
||||
name: 'dialog_help',
|
||||
type: 'button',
|
||||
label: gettext('Backup'),
|
||||
label: gettext('Help'),
|
||||
'aria-label': gettext('Help'),
|
||||
url: url_for('help.static', {
|
||||
'filename': get_help_file(this.typeOfDialog),
|
||||
|
||||
Reference in New Issue
Block a user