12 lines
447 B
SQL
12 lines
447 B
SQL
SELECT
|
|
'shell' AS component,
|
|
'Dashboard' AS title,
|
|
'home' AS icon,
|
|
'dark' AS theme,
|
|
'dashboard.css' AS css,
|
|
'fluid' AS layout,
|
|
JSON('{"title":"Main","submenu":[
|
|
{"link":"/applications.sql", "title":"Applications", "icon":"squares"},
|
|
{"link":"/incidents.sql", "title":"Incidents", "icon":"forms"},
|
|
]}') AS menu_item,
|
|
'[SQLPage](https://sql.ophir.dev)' as footer; |