added menu enty for systems

This commit is contained in:
Jonas Leder 2021-05-17 13:50:48 +02:00
parent cbbde9b451
commit c9151ff6c8

View file

@ -128,6 +128,33 @@
}
]
},
{
"name": "PCs / Server",
"url": "#",
"type": "dropdown",
"childElements": [
{
"name": "PC",
"url": "/systeme/pc.html",
"type": "link"
},
{
"name": "NAS",
"url": "/systeme/nas.html",
"type": "link"
},
{
"name": "HP Server",
"url": "/systeme/hpServer.html",
"type": "link"
},
{
"name": "Game Server",
"url": "/systeme/gameServer.html",
"type": "link"
}
]
},
{
"name": "Status",
"url": "#",