mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved couple of small bugs introduced during database server
connection management implementation.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require(
|
||||
['alertify'],
|
||||
function(alertify) {
|
||||
['alertify', 'underscore.string'],
|
||||
function(alertify, S) {
|
||||
alertify.defaults.transition = "zoom";
|
||||
alertify.defaults.theme.ok = "btn btn-primary";
|
||||
alertify.defaults.theme.cancel = "btn btn-danger";
|
||||
|
||||
Reference in New Issue
Block a user