Some minor fixes
This commit is contained in:
parent
d284f351ba
commit
cb2f3905e8
@ -857,7 +857,7 @@ ${dateTime}
|
||||
backupModal.show();
|
||||
},
|
||||
exportDatabase() {
|
||||
window.location = basePath + '/panel/api/server/getDb';
|
||||
window.location = basePath.replace(/\/$/, '') + '/panel/api/server/getDb';
|
||||
},
|
||||
importDatabase() {
|
||||
const fileInput = document.createElement('input');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user