Enabled adding new attributes to a DN

This commit is contained in:
2023-09-02 20:50:54 +10:00
parent 6d900d0964
commit 652cdee034
22 changed files with 403 additions and 105 deletions

2
public/js/custom.js vendored
View File

@@ -13,7 +13,7 @@ function expandChildren(node) {
function getNode(item) {
$.ajax({
url: 'dn',
url: '/dn',
method: 'POST',
data: { key: item },
dataType: 'html',