| Name | Slug | Voices | Tracks | |
|---|---|---|---|---|
| {{ p.name }} | /{{ p.slug }} |
{{ voiceCountFor(p.id) }} | {{ jobCountFor(p.id) }} |
No profiles yet.
Upload a voice sample (max 2 per profile). Supported: MP3, WAV, OGG.
| Name | Status | Created | |
|---|---|---|---|
| {{ v.name }} | {{ v.status }} | {{ formatDate(v.created_at) }} |
No voices uploaded yet.
| Title | Voice | Status | Active | |
|---|---|---|---|---|
| {{ j.title || '(untitled)' }} | {{ j.voice_name }} | {{ j.status }} | {{ j.is_active ? 'Yes' : '' }} |
No tracks yet.
| Name | GPU | Status | Last Seen | Done | Failed | |
|---|---|---|---|---|---|---|
| {{ w.name }} | {{ w.gpu_info || '-' }} | {{ w.status }} | {{ w.last_seen_at ? formatDate(w.last_seen_at) : 'Never' }} | {{ w.jobs_completed }} | {{ w.jobs_failed }} |
No workers registered.
| Name | Role | Profiles | Joined | |
|---|---|---|---|---|
| {{ u.email }} | {{ u.display_name || '-' }} | {{ u.role }} | {{ u.profile_count }} | {{ formatDate(u.created_at) }} |
No users.
| Profile | Title | Voice | Status | Error | |
|---|---|---|---|---|---|
| {{ j.profile_slug }} | {{ j.title || '(untitled)' }} | {{ j.voice_name }} | {{ j.status }} |
No jobs found.
| Total Shares | {{ adminStatsData.mining.total_shares }} |
|---|---|
| 24h | {{ adminStatsData.mining.shares_24h }} |
| 7d | {{ adminStatsData.mining.shares_7d }} |
| 30d | {{ adminStatsData.mining.shares_30d }} |
| Total | {{ adminStatsData.tts_jobs.total_jobs }} |
|---|---|
| Pending | {{ adminStatsData.tts_jobs.pending }} |
| Processing | {{ adminStatsData.tts_jobs.processing }} |
| Completed | {{ adminStatsData.tts_jobs.completed }} |
| Errors | {{ adminStatsData.tts_jobs.errored }} |
| Profile | Shares |
|---|---|
| {{ p.name }} ({{ p.slug }}) | {{ p.shares }} |
Loading...