generated from alecodes/base-template
fix: allow to select deseambiguator type in source form
This commit is contained in:
parent
2be95765e8
commit
fff2bc3b3a
5 changed files with 39 additions and 25 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue