@@ -40,6 +40,7 @@ const crumbTitle = computed(() => {
|
||||
network: '网络',
|
||||
'vcn-detail': '网络',
|
||||
'boot-volumes': '存储 / 引导卷',
|
||||
'object-storage': '对象存储',
|
||||
tasks: '任务',
|
||||
proxies: '代理',
|
||||
logs: '日志',
|
||||
|
||||
@@ -84,6 +84,14 @@ const groups: NavGroup[] = [
|
||||
'<ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5v14a9 3 0 0 0 18 0V5"/><path d="M3 12a9 3 0 0 0 18 0"/>',
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'object-storage',
|
||||
label: '对象存储',
|
||||
activeNames: ['object-storage'],
|
||||
icon: icon(
|
||||
'<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.3 7 12 12l8.7-5"/><path d="M12 22V12"/>',
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user