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