mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add support for Foreign data wrappers, servers and user mappings.
This commit is contained in:
@@ -117,6 +117,8 @@ function(alertify, S) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
alertify.alert().show().set('message', msg).set('title', promptmsg);
|
||||
alertify.alert().show().set(
|
||||
'message', msg.replace(new RegExp('\r?\n','g'), '<br />')
|
||||
).set('title', promptmsg);
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user