sql console added to global menu and now has schema info

This commit is contained in:
zadam
2019-02-10 10:38:18 +01:00
parent e04f1cd574
commit 92fcd7b345
26 changed files with 86 additions and 22387 deletions

View File

@@ -0,0 +1,11 @@
const $dialog = $("#help-dialog");
async function showDialog() {
glob.activeDialog = $dialog;
$dialog.modal();
}
export default {
showDialog
}