mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 23:45:58 -06:00
Fix help URLs
This commit is contained in:
parent
19b4f9e01f
commit
991cbcabcb
@ -354,7 +354,7 @@ define(
|
||||
buttons:[{
|
||||
text: '', key: 27, className: 'btn btn-default pull-left fa fa-lg fa-question',
|
||||
attrs:{name:'dialog_help', type:'button', label: '{{ _('Preferences') }}',
|
||||
url: '{{ url_for('help.static', filename='preferences_dialog.html') }}'}
|
||||
url: '{{ url_for('help.static', filename='preferences.html') }}'}
|
||||
},{
|
||||
text: "{{ _('OK') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save pg-alertify-button"
|
||||
},{
|
||||
|
@ -382,7 +382,7 @@ define([
|
||||
buttons: [{
|
||||
text: '', key: 27, className: 'btn btn-default pull-left fa fa-lg fa-question',
|
||||
attrs:{name:'dialog_help', type:'button', label: '{{ _('Users') }}',
|
||||
url: '{{ url_for('help.static', filename='user_management_dialog.html') }}'}
|
||||
url: '{{ url_for('help.static', filename='pgadmin_user.html') }}'}
|
||||
},{
|
||||
text: '{{ _('Close') }}', key: 27, className: 'btn btn-danger fa fa-lg fa-times pg-alertify-button user_management_pg-alertify-button',
|
||||
attrs:{name:'close', type:'button'}
|
||||
|
Loading…
Reference in New Issue
Block a user