mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-05 10:47:34 -05:00
Improve consistency of dialogue controls offered. Fixes #1364
This commit is contained in:
committed by
Dave Page
parent
8d71e888b4
commit
bdf9761472
@@ -429,7 +429,7 @@ define([
|
||||
|
||||
},
|
||||
prepare:function() {
|
||||
|
||||
var that = this;
|
||||
$container.empty().append("<div class='grant_wizard_container'></div>");
|
||||
|
||||
// Define el for wizard view
|
||||
@@ -1062,7 +1062,9 @@ define([
|
||||
curr_page: 0,
|
||||
show_left_panel: false,
|
||||
show_header_cancel_btn: true,
|
||||
show_header_maximize_btn: true,
|
||||
disable_finish: true,
|
||||
dialog_api: that,
|
||||
wizard_help: "{{ url_for('help.static', filename='grant_wizard.html') }}"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user