feat: add instance view
This commit is contained in:
@@ -17,6 +17,7 @@ export default {
|
||||
'menu.models.benchmark': 'Benchmarks',
|
||||
'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
'menu.models.providers': 'Providers',
|
||||
'menu.models.instances': 'Instances',
|
||||
'menu.models.routes': 'Routes',
|
||||
'menu.modelCatalog': 'Catalog',
|
||||
'menu.resources': 'Resources',
|
||||
|
||||
@@ -279,5 +279,7 @@ export default {
|
||||
'models.form.maxContextLength': 'Maximum Context Length',
|
||||
'models.form.backend.helperText':
|
||||
'Not enabled yet. Will be enabled after deployment. ',
|
||||
'models.table.instance.benchmark': 'Run Benchmark'
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model View',
|
||||
'models.table.instanceView': 'Instance View'
|
||||
};
|
||||
|
||||
@@ -48,5 +48,9 @@ export default {
|
||||
'noresult.providers.nofound': 'No matching providers found.',
|
||||
'noresult.routes.title': 'No Routes',
|
||||
'noresult.routes.subTitle': 'No routes have been added yet.',
|
||||
'noresult.routes.nofound': 'No matching routes found.'
|
||||
'noresult.routes.nofound': 'No matching routes found.',
|
||||
'noresult.instances.title': 'No instances',
|
||||
'noresult.instances.subTitle':
|
||||
'There are no running model instances. Deploy a model to create one automatically.',
|
||||
'noresult.instances.nofound': 'No matching instances found.'
|
||||
};
|
||||
|
||||
@@ -17,6 +17,7 @@ export default {
|
||||
'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
'menu.modelCatalog': 'カタログ',
|
||||
'menu.models.providers': 'Providers',
|
||||
'menu.models.instances': 'Instances',
|
||||
'menu.models.routes': 'Routes',
|
||||
'menu.resources': 'リソース',
|
||||
'menu.apikeys': 'APIキー',
|
||||
|
||||
@@ -279,7 +279,9 @@ export default {
|
||||
'models.form.maxContextLength': 'Maximum Context Length',
|
||||
'models.form.backend.helperText':
|
||||
'Not enabled yet. Will be enabled after deployment. ',
|
||||
'models.table.instance.benchmark': 'Run Benchmark'
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model View',
|
||||
'models.table.instanceView': 'Instance View'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -380,4 +382,6 @@ export default {
|
||||
// 78. 'models.table.instance.benchmark': 'Run Benchmark'
|
||||
// 77. 'models.form.enableModelRoute': 'Enable Model Route',
|
||||
// 78. 'models.form.enableModelRoute.tips': 'Enable Model Route',
|
||||
// 79. 'models.table.modelView': 'Model View',
|
||||
// 80. 'models.table.instanceView': 'Instance View'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -48,5 +48,9 @@ export default {
|
||||
'noresult.providers.nofound': 'No matching providers found.',
|
||||
'noresult.routes.title': 'No Routes',
|
||||
'noresult.routes.subTitle': 'No routes have been added yet.',
|
||||
'noresult.routes.nofound': 'No matching routes found.'
|
||||
'noresult.routes.nofound': 'No matching routes found.',
|
||||
'noresult.instances.title': 'No instances',
|
||||
'noresult.instances.subTitle':
|
||||
'There are no running model instances. Deploy a model to create one automatically.',
|
||||
'noresult.instances.nofound': 'No matching instances found.'
|
||||
};
|
||||
|
||||
@@ -16,6 +16,7 @@ export default {
|
||||
'menu.models.benchmark': 'Benchmarks',
|
||||
'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
'menu.models.providers': 'Providers',
|
||||
'menu.models.instances': 'Instances',
|
||||
'menu.models.routes': 'Routes',
|
||||
'menu.modelCatalog': 'Каталог',
|
||||
'menu.resources': 'Ресурсы',
|
||||
@@ -45,4 +46,5 @@ export default {
|
||||
// 2. 'menu.models.benchmarkDetail': 'Benchmark Details',
|
||||
// 3. 'menu.models.providers': 'Providers',
|
||||
// 4. 'menu.models.routes': 'Routes',
|
||||
// 5. 'menu.models.instances': 'Instances',
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -283,7 +283,9 @@ export default {
|
||||
'models.form.maxContextLength': 'Maximum Context Length',
|
||||
'models.form.backend.helperText':
|
||||
'Not enabled yet. Will be enabled after deployment. ',
|
||||
'models.table.instance.benchmark': 'Run Benchmark'
|
||||
'models.table.instance.benchmark': 'Run Benchmark',
|
||||
'models.table.modelView': 'Model View',
|
||||
'models.table.instanceView': 'Instance View'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -294,4 +296,6 @@ export default {
|
||||
// 3. 'models.form.enableModelRoute.tips': 'Enable Model Route',
|
||||
// 4. 'models.form.backend.vllm': 'Built-in support for NVIDIA, AMD, Ascend, Hygon, Moore Threads, Iluvatar, MetaX, T-Head PPU devices.',
|
||||
// 5. 'models.form.backend.sglang': 'Built-in support for NVIDIA, AMD, Ascend, Moore Threads, MetaX, T-Head PPU devices.',
|
||||
// 6. 'models.table.modelView': 'Model View',
|
||||
// 7. 'models.table.instanceView': 'Instance View'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -49,7 +49,11 @@ export default {
|
||||
'noresult.providers.nofound': 'No matching providers found.',
|
||||
'noresult.routes.title': 'No Routes',
|
||||
'noresult.routes.subTitle': 'No routes have been added yet.',
|
||||
'noresult.routes.nofound': 'No matching routes found.'
|
||||
'noresult.routes.nofound': 'No matching routes found.',
|
||||
'noresult.instances.title': 'No instances',
|
||||
'noresult.instances.subTitle':
|
||||
'There are no running model instances. Deploy a model to create one automatically.',
|
||||
'noresult.instances.nofound': 'No matching instances found.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -66,4 +70,7 @@ export default {
|
||||
// 8. 'noresult.routes.title': 'No Routes',
|
||||
// 9. 'noresult.routes.subTitle': 'No routes have been added yet.',
|
||||
// 10. 'noresult.routes.nofound': 'No matching routes found.'
|
||||
// 11. 'noresult.instances.title': 'No instances',
|
||||
// 12. 'noresult.instances.subTitle': 'There are no running model instances. Deploy a model to create one automatically.',
|
||||
// 13. 'noresult.instances.nofound': 'No matching instances found.'
|
||||
// ========================================================================
|
||||
|
||||
@@ -16,6 +16,7 @@ export default {
|
||||
'menu.models.benchmark': '基准测试',
|
||||
'menu.models.benchmarkDetail': '基准测试详情',
|
||||
'menu.models.providers': '提供商',
|
||||
'menu.models.instances': '实例',
|
||||
'menu.models.routes': '路由',
|
||||
'menu.modelCatalog': '模型库',
|
||||
'menu.models.catalog': '模型库',
|
||||
|
||||
@@ -263,5 +263,7 @@ export default {
|
||||
'models.form.readyWorkers': '节点就绪',
|
||||
'models.form.maxContextLength': '最大上下文长度',
|
||||
'models.form.backend.helperText': '该社区后端暂未启用,部署后将自动启用',
|
||||
'models.table.instance.benchmark': '运行基准测试'
|
||||
'models.table.instance.benchmark': '运行基准测试',
|
||||
'models.table.modelView': '模型视图',
|
||||
'models.table.instanceView': '实例视图'
|
||||
};
|
||||
|
||||
@@ -46,5 +46,9 @@ export default {
|
||||
'noresult.providers.nofound': '未找到匹配的提供商',
|
||||
'noresult.routes.title': '暂无路由',
|
||||
'noresult.routes.subTitle': '尚未添加任何路由。',
|
||||
'noresult.routes.nofound': '未找到匹配的路由'
|
||||
'noresult.routes.nofound': '未找到匹配的路由',
|
||||
'noresult.instances.title': '暂无实例',
|
||||
'noresult.instances.subTitle':
|
||||
'当前没有运行中的模型实例,部署模型后将自动创建。',
|
||||
'noresult.instances.nofound': '未找到匹配的实例'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user