added "dire" mode to warning dialog and use it with license erase db
This commit is contained in:
@@ -464,7 +464,7 @@ export default {
|
||||
if (this.dbIsEmpty != true) {
|
||||
let dialogResult = await window.$gz.dialog.confirmGeneric(
|
||||
"AdminEraseDatabaseWarning",
|
||||
"warning"
|
||||
"dire"
|
||||
);
|
||||
if (dialogResult == false) {
|
||||
return;
|
||||
@@ -472,7 +472,7 @@ export default {
|
||||
|
||||
dialogResult = await window.$gz.dialog.confirmGeneric(
|
||||
"AdminEraseDatabaseLastWarning",
|
||||
"error"
|
||||
"dire"
|
||||
);
|
||||
if (dialogResult == false) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user