fix: allow to select deseambiguator type in source form

This commit is contained in:
Alexander Navarro 2025-02-07 18:27:11 -03:00
parent 2be95765e8
commit fff2bc3b3a
5 changed files with 39 additions and 25 deletions

View file

@ -7,22 +7,16 @@
"theme": "dark",
"css": "/style.css",
"menu_item": [
{ "link": "index.sql", "title": "Home" },
{ "icon": "home", "link": "/", "title": "Home" },
{
"title": "Dependencies",
"icon": "brand-stackshare",
"submenu": [
{
"link": "/logic_groups/index.sql",
"title": "Logic Groups",
"icon": "folder"
},
{
"link": "/sources/index.sql",
"title": "Sources",
"icon": "external-link"
}
]
"link": "/logic_groups/index.sql",
"title": "Logic Groups",
"icon": "folder"
},
{
"link": "/sources/index.sql",
"title": "Sources",
"icon": "external-link"
}
]
}