added menu enty for systems
This commit is contained in:
parent
cbbde9b451
commit
c9151ff6c8
1 changed files with 27 additions and 0 deletions
|
@ -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": "#",
|
||||
|
|
Loading…
Reference in a new issue