initial commit
This commit is contained in:
12
shell.sql
Normal file
12
shell.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user