1
1
import React from 'react'
2
2
import CIcon from '@coreui/icons-react'
3
- import {
3
+ import
4
+ {
4
5
cilBell ,
5
6
cilCalculator ,
6
7
cilChartPie ,
@@ -20,7 +21,7 @@ const _nav = [
20
21
component : CNavItem ,
21
22
name : 'Dashboard' ,
22
23
to : '/dashboard' ,
23
- icon : < CIcon icon = { cilSpeedometer } customClassName = "nav-icon" /> ,
24
+ icon : < CIcon icon = { cilSpeedometer } customClassName = "nav-icon" /> ,
24
25
badge : {
25
26
color : 'info' ,
26
27
text : 'NEW' ,
@@ -34,13 +35,40 @@ const _nav = [
34
35
component : CNavItem ,
35
36
name : 'Colors' ,
36
37
to : '/theme/colors' ,
37
- icon : < CIcon icon = { cilDrop } customClassName = "nav-icon" /> ,
38
+ icon : < CIcon icon = { cilDrop } customClassName = "nav-icon" /> ,
38
39
} ,
39
40
{
40
41
component : CNavItem ,
41
42
name : 'Typography' ,
42
43
to : '/theme/typography' ,
43
- icon : < CIcon icon = { cilPencil } customClassName = "nav-icon" /> ,
44
+ icon : < CIcon icon = { cilPencil } customClassName = "nav-icon" /> ,
45
+ } ,
46
+ {
47
+ component : CNavTitle ,
48
+ name : 'Services' ,
49
+ } ,
50
+ {
51
+ component : CNavGroup ,
52
+ name : 'Virtual Server Platform' ,
53
+ to : '/services/virtual-server-platform' ,
54
+ icon : < CIcon icon = { cilPuzzle } customClassName = "nav-icon" /> ,
55
+ items : [
56
+ {
57
+ component : CNavItem ,
58
+ name : 'Admin Tasks' ,
59
+ to : '/services/virtual-server-platform/admin-tasks' ,
60
+ } ,
61
+ {
62
+ component : CNavItem ,
63
+ name : 'Reports' ,
64
+ to : '/services/virtual-server-platform/reports' ,
65
+ } ,
66
+ {
67
+ component : CNavItem ,
68
+ name : 'Snapshots' ,
69
+ to : '/services/virtual-server-platform/snapshots' ,
70
+ }
71
+ ] ,
44
72
} ,
45
73
{
46
74
component : CNavTitle ,
@@ -50,7 +78,7 @@ const _nav = [
50
78
component : CNavGroup ,
51
79
name : 'Base' ,
52
80
to : '/base' ,
53
- icon : < CIcon icon = { cilPuzzle } customClassName = "nav-icon" /> ,
81
+ icon : < CIcon icon = { cilPuzzle } customClassName = "nav-icon" /> ,
54
82
items : [
55
83
{
56
84
component : CNavItem ,
@@ -133,7 +161,7 @@ const _nav = [
133
161
component : CNavGroup ,
134
162
name : 'Buttons' ,
135
163
to : '/buttons' ,
136
- icon : < CIcon icon = { cilCursor } customClassName = "nav-icon" /> ,
164
+ icon : < CIcon icon = { cilCursor } customClassName = "nav-icon" /> ,
137
165
items : [
138
166
{
139
167
component : CNavItem ,
@@ -155,7 +183,7 @@ const _nav = [
155
183
{
156
184
component : CNavGroup ,
157
185
name : 'Forms' ,
158
- icon : < CIcon icon = { cilNotes } customClassName = "nav-icon" /> ,
186
+ icon : < CIcon icon = { cilNotes } customClassName = "nav-icon" /> ,
159
187
items : [
160
188
{
161
189
component : CNavItem ,
@@ -203,12 +231,12 @@ const _nav = [
203
231
component : CNavItem ,
204
232
name : 'Charts' ,
205
233
to : '/charts' ,
206
- icon : < CIcon icon = { cilChartPie } customClassName = "nav-icon" /> ,
234
+ icon : < CIcon icon = { cilChartPie } customClassName = "nav-icon" /> ,
207
235
} ,
208
236
{
209
237
component : CNavGroup ,
210
238
name : 'Icons' ,
211
- icon : < CIcon icon = { cilStar } customClassName = "nav-icon" /> ,
239
+ icon : < CIcon icon = { cilStar } customClassName = "nav-icon" /> ,
212
240
items : [
213
241
{
214
242
component : CNavItem ,
@@ -234,7 +262,7 @@ const _nav = [
234
262
{
235
263
component : CNavGroup ,
236
264
name : 'Notifications' ,
237
- icon : < CIcon icon = { cilBell } customClassName = "nav-icon" /> ,
265
+ icon : < CIcon icon = { cilBell } customClassName = "nav-icon" /> ,
238
266
items : [
239
267
{
240
268
component : CNavItem ,
@@ -262,7 +290,7 @@ const _nav = [
262
290
component : CNavItem ,
263
291
name : 'Widgets' ,
264
292
to : '/widgets' ,
265
- icon : < CIcon icon = { cilCalculator } customClassName = "nav-icon" /> ,
293
+ icon : < CIcon icon = { cilCalculator } customClassName = "nav-icon" /> ,
266
294
badge : {
267
295
color : 'info' ,
268
296
text : 'NEW' ,
@@ -275,7 +303,7 @@ const _nav = [
275
303
{
276
304
component : CNavGroup ,
277
305
name : 'Pages' ,
278
- icon : < CIcon icon = { cilStar } customClassName = "nav-icon" /> ,
306
+ icon : < CIcon icon = { cilStar } customClassName = "nav-icon" /> ,
279
307
items : [
280
308
{
281
309
component : CNavItem ,
@@ -303,7 +331,7 @@ const _nav = [
303
331
component : CNavItem ,
304
332
name : 'Docs' ,
305
333
href : 'https://coreui.io/react/docs/templates/installation/' ,
306
- icon : < CIcon icon = { cilDescription } customClassName = "nav-icon" /> ,
334
+ icon : < CIcon icon = { cilDescription } customClassName = "nav-icon" /> ,
307
335
} ,
308
336
]
309
337
0 commit comments