mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 21:25:00 +02:00
Started adding iconography to tiles: Birthday Commit ��
This commit is contained in:
parent
adaa7fc755
commit
fe8930f1b3
@ -93,7 +93,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toggle:checked + .lbl-toggle + .collapsible-content {
|
.toggle:checked + .lbl-toggle + .collapsible-content {
|
||||||
max-height: 350px;
|
max-height: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle:checked + .lbl-toggle {
|
.toggle:checked + .lbl-toggle {
|
||||||
|
@ -1,30 +1,100 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "0",
|
"id": "0",
|
||||||
"name": "Server Management",
|
"name": "Server Management | External",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"id":"001",
|
"id":"001",
|
||||||
"title": "Server Monitoring",
|
"title": "DNS Management",
|
||||||
|
"description": "Configure Server Gateways",
|
||||||
|
"provider": "CloudFlare",
|
||||||
|
"icon": "009-cloud",
|
||||||
|
"url": "https://dash.cloudflare.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"002",
|
||||||
|
"title": "Servers",
|
||||||
|
"description": "Manage scaling, power and credentials",
|
||||||
|
"provider": "Digital Ocean",
|
||||||
|
"icon": "021-folder",
|
||||||
|
"url": "https://cloud.digitalocean.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"003",
|
||||||
|
"title": "Domains",
|
||||||
|
"description": "Register and Renew Domain Names",
|
||||||
|
"provider": "GoDaddy",
|
||||||
|
"icon": "014-globe",
|
||||||
|
"url": "https://account.godaddy.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0",
|
||||||
|
"name": "Server Management | Hosted",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id":"001",
|
||||||
|
"title": "Server Dashboard",
|
||||||
"description": "Hello",
|
"description": "Hello",
|
||||||
"provider": "",
|
"provider": "Cockpit",
|
||||||
"icon": "008-clock",
|
"icon": "049-hosting-2",
|
||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"002",
|
"id":"002",
|
||||||
"title": "Analytics",
|
"title": "Web Log Analyser",
|
||||||
"description": "",
|
"description": "",
|
||||||
"provider": "",
|
"provider": "GoAccess",
|
||||||
"icon": "001-achievement",
|
"icon": "005-networking-2",
|
||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"003",
|
"id":"003",
|
||||||
"title": "MongoDB Management",
|
"title": "Web Analytics",
|
||||||
|
"description": "",
|
||||||
|
"provider": "Matomo",
|
||||||
|
"icon": "098-line-chart-3",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"004",
|
||||||
|
"title": "SEO Performance",
|
||||||
|
"description": "",
|
||||||
|
"provider": "Serposcope",
|
||||||
|
"icon": "023-analytics",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"005",
|
||||||
|
"title": "User Management",
|
||||||
"description": "",
|
"description": "",
|
||||||
"provider": "",
|
"provider": "",
|
||||||
"icon": "004-astrophysics-2",
|
"icon": "033-maintenance",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"006",
|
||||||
|
"title": "Resource Usage",
|
||||||
|
"description": "",
|
||||||
|
"provider": "afaqurk/ Linux Dash",
|
||||||
|
"icon": "063-cpu-5",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"007",
|
||||||
|
"title": "File Browser",
|
||||||
|
"description": "",
|
||||||
|
"provider": "filestash",
|
||||||
|
"icon": "001-folder",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"008",
|
||||||
|
"title": "Status Page",
|
||||||
|
"description": "",
|
||||||
|
"provider": "Cachet",
|
||||||
|
"icon": "048-computer",
|
||||||
"url": ""
|
"url": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user