feat(sms): add real instance message workflow
This commit is contained in:
@@ -444,18 +444,6 @@ export function FleetPage({
|
||||
<dt>最高温度</dt>
|
||||
<dd>{temperature(row.status?.summary?.resources?.maxTemperatureCelsius)}</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>延迟</dt>
|
||||
<dd>{row.latencyMs === undefined ? '—' : `${row.latencyMs} ms`}</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>版本</dt>
|
||||
<dd>{row.version ?? '—'}</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>新鲜度</dt>
|
||||
<dd>{FRESHNESS_LABELS[row.freshness] ?? row.freshness}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
<div className="capability-tags" aria-label="能力">
|
||||
{row.capabilities.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user