move systems before services
This commit is contained in:
parent
c9151ff6c8
commit
d1f77a32d6
1 changed files with 27 additions and 27 deletions
|
@ -81,6 +81,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": "Services",
|
"name": "Services",
|
||||||
"url": "#",
|
"url": "#",
|
||||||
|
@ -128,33 +155,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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",
|
"name": "Status",
|
||||||
"url": "#",
|
"url": "#",
|
||||||
|
|
Loading…
Reference in a new issue