add to sidebar
This commit is contained in:
parent
7be6286966
commit
57b2fbbd78
|
@ -79,7 +79,8 @@
|
|||
{ category: 'cert' },
|
||||
{ category: 'token' },
|
||||
{ category: 'userpass' },
|
||||
{ category: 'app-id' }
|
||||
{ category: 'app-id' },
|
||||
{ category: 'pcf' }
|
||||
]
|
||||
}, {
|
||||
category: 'system',
|
||||
|
|
|
@ -184,7 +184,8 @@
|
|||
'azure',
|
||||
'gcp',
|
||||
'jwt',
|
||||
'kubernetes'
|
||||
'kubernetes',
|
||||
'pcf'
|
||||
]
|
||||
}, {
|
||||
category: 'sinks',
|
||||
|
@ -263,6 +264,7 @@
|
|||
'cert',
|
||||
'token',
|
||||
'userpass',
|
||||
'pcf',
|
||||
'---------',
|
||||
'app-id',
|
||||
'mfa'
|
||||
|
|
Loading…
Reference in New Issue