| ID | {{ t('projectName') }} | {{ t('ownerUser') }} | {{ t('tagCount') }} | {{ t('siteCount') }} | {{ t('pointCount') }} | {{ t('hotspotCount') }} | {{ t('webLink') }} | {{ t('createdAt') }} | {{ t('actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ project.id }} | {{ project.project_name }} | {{ project.owner_username || t('legacyOwner') }} | {{ project.tag_count }} | {{ project.site_count }} | {{ project.point_count }} | {{ project.hotspot_count }} | {{ projectWebLink(project) || 'β' }} | {{ project.created_at }} | |
| {{ t('noData') }} | |||||||||
{{ t('page') }} {{ page }} / {{ Math.ceil(total / pageSize) }}
{{ ossAccessHint }}
| ID | {{ t('oriDataName') }} | {{ t('pointCount') }} | {{ t('hotspotCount') }} | {{ t('storageAddress') }} | {{ t('linkedProjectCount') }} | {{ t('createdAt') }} | {{ t('actions') }} |
|---|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.name }} | {{ item.point_count != null ? item.point_count : 0 }} | {{ item.hotspot_count != null ? item.hotspot_count : 0 }} | {{ item.storage_path || 'β' }} | {{ item.referenced_project_count }} 0 | {{ item.created_at }} | |
| {{ oriSearchQuery ? t('noSearchResult') : t('noData') }} | |||||||
{{ t('storageUsage') }}
{{ resourceUsage.storage.used_percent }}%
- {{ seg.label }} {{ seg.value_gb }} GB
{{ t('trafficUsage') }}
{{ resourceUsage.traffic.used_percent }}%
- {{ seg.label }} {{ seg.value_gb }} GB
{{ t('memberQuota') }}
{{ memberQuotaPercent }}%
- {{ seg.label }} {{ seg.value_text }}
- {{ t('membershipExpiresAt') }} {{ resourceUsage.membership_expires_at || '-' }}
{{ t('subUserManagement') }}
{{ t('subUserManagementHint') }}
| {{ t('displayName') }} | {{ t('username') }} | {{ t('email') }} | {{ t('oriDataCount') }} | {{ t('projectCount') }} | {{ t('status') }} | {{ t('actions') }} |
|---|---|---|---|---|---|---|
| {{ member.display_name }} | {{ member.username }} | {{ member.email }} | {{ member.ori_data_count }} | {{ member.project_count }} | {{ member.status === 'active' ? t('statusActive') : t('statusDisabled') }} | {{ t('leaderTag') }} |
| {{ t('noData') }} | ||||||