Jobs · Tenants · FTP Accounts · GPU Usage
| Name | ID | Created At | Actions |
|---|---|---|---|
| {{ t.name }} | {{ t.id }} | {{ formatDate(t.createdAt) }} |
|
| Tenant | Host : Port | Username | Base Path | Config | Secure | Status | Connection | Created At | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ acc.tenantName }} | {{ acc.host }}:{{ acc.port }} | {{ acc.username }} | {{ acc.basePath }} | {{ acc.configId ?? 'Default' }} | {{ acc.secure ? 'TLS' : 'Plain' }} Pinned | {{ acc.enabled ? 'Enabled' : 'Disabled' }} | {{ acc.connectionStatus.state }} {{ acc.connectionStatus.activeConnections }} conn | {{ formatDate(acc.createdAt) }} |
|
| Job Type | Billing Metric | Value | Records |
|---|---|---|---|
| {{ row.jobType }} | {{ row.jobType === 'transcription' ? 'Audio seconds' : 'Tokens' }} | {{ formatAudioHours(row.totalAudioSeconds) }} ({{ row.totalAudioSeconds.toFixed(0) }}s) {{ formatTokens(row.totalTokens) }} ({{ row.totalTokens.toLocaleString() }}) | {{ row.recordCount }} |