mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixes the incorrect title shown for the error message in restore/backup.
2) Doc updates for webserver authentication. 3) Cleanup task for API tests.
This commit is contained in:
committed by
Akshay Joshi
parent
9fec812366
commit
1141aeb524
@@ -177,7 +177,7 @@ define([
|
||||
saveCallBack: function(data, dialog) {
|
||||
if(data.errormsg) {
|
||||
Notify.alert(
|
||||
gettext('Utility not found'),
|
||||
gettext('Error'),
|
||||
gettext(data.errormsg)
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user