feat(cluster,api,models,cli): add cluster-aware model catalog deployments and request routing
This commit is contained in:
+5
-1
@@ -276,7 +276,11 @@ export class Logger {
|
||||
* @param rows Array of data objects
|
||||
* @param title Optional table title
|
||||
*/
|
||||
public logTable(columns: ITableColumn[], rows: Record<string, string>[], title?: string): void {
|
||||
public logTable(
|
||||
columns: ITableColumn[],
|
||||
rows: Record<string, string | number>[],
|
||||
title?: string,
|
||||
): void {
|
||||
if (rows.length === 0) {
|
||||
this.dim('No data to display');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user