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.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user