style: help menu
This commit is contained in:
@@ -70,7 +70,7 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
|
||||
<RowChildren key={`${item.id}_row`}>
|
||||
<Row style={{ width: '100%' }} align="middle">
|
||||
<Col span={4}>{item.name}</Col>
|
||||
<Col span={3}>{getWorkerIp(item)}</Col>
|
||||
<Col span={3}>{item.worker_name || '-'}</Col>
|
||||
<Col span={4}>
|
||||
<span>
|
||||
{item.source === 'huggingface'
|
||||
|
||||
@@ -37,6 +37,7 @@ export interface ModelInstanceListItem {
|
||||
download_progress: number;
|
||||
model_id: number;
|
||||
model_name: string;
|
||||
worker_name: string;
|
||||
id: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
Reference in New Issue
Block a user