generated from alecodes/base-template
feat: add sources form and table
This commit is contained in:
parent
e2a6c92322
commit
baf70e6820
11 changed files with 103 additions and 8 deletions
22
src/shared/shell.json
Normal file
22
src/shared/shell.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"component": "shell",
|
||||
"title": "Index",
|
||||
"link": "/",
|
||||
"layout": "boxed",
|
||||
"sidebar": true,
|
||||
"theme": "dark",
|
||||
"menu_item": [
|
||||
{ "link": "index.sql", "title": "Home" },
|
||||
{
|
||||
"title": "Dependencies",
|
||||
"icon": "brand-stackshare",
|
||||
"submenu": [
|
||||
{
|
||||
"link": "/sources/index.sql",
|
||||
"title": "Sources",
|
||||
"icon": "external-link"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue