feat: add access list

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 34331063eb
commit 679e10abd6
23 changed files with 837 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
'accesses.title': 'Accesses',
'accesses.button.add': 'Add Access',
'accesses.table.accessPoints': 'Access Points',
'accesses.table.traffic': 'Traffic Share'
};
+2 -1
View File
@@ -16,7 +16,8 @@ export default {
'menu.models.benchmark': 'Benchmarks',
'menu.models.benchmarkDetail': 'Benchmark Details',
'menu.modelCatalog': 'カタログ',
'menu.models.providers': 'Provider',
'menu.models.providers': 'Providers',
'menu.models.accesses': 'Accesses',
'menu.resources': 'リソース',
'menu.apikeys': 'APIキー',
'menu.users': 'ユーザー',
+4 -1
View File
@@ -45,5 +45,8 @@ export default {
'noresult.benchmark.nofound': 'No matching benchmarks found.',
'noresult.provider.title': 'No Providers',
'noresult.provider.subTitle': 'No providers have been added yet.',
'noresult.provider.nofound': 'No matching providers found.'
'noresult.provider.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
};