mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
28 lines
494 B
JSON
28 lines
494 B
JSON
[
|
|
{
|
|
"id": "main",
|
|
"title": "Dashboard",
|
|
"icon": "Home",
|
|
"locked": true
|
|
},
|
|
{
|
|
"id": "users",
|
|
"title": "Users",
|
|
"icon": "Users"
|
|
},
|
|
{
|
|
"id": "server_manager",
|
|
"title": "Server",
|
|
"icon": "Database"
|
|
},
|
|
{
|
|
"id": "launchpad",
|
|
"title": "Launchpad",
|
|
"icon": "Command"
|
|
},
|
|
{
|
|
"id": "statistics",
|
|
"title": "Statistics",
|
|
"icon": "BarChart"
|
|
}
|
|
] |