Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290

This commit is contained in:
Ashesh Vashi
2018-04-24 18:57:31 +05:30
committed by Akshay Joshi
parent eb35629712
commit b653b742ed
5 changed files with 14 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ function(gettext, _, alertify, pgAdmin) {
alertify.alert(
title,
text
);
).set('closable', true);
},
});