Files
TSYSDevStack/CloudronStack/output/CloudronPackages-Artifacts/tirreno/ui/templates/parts/tables/usageStats.html
ReachableCEO 91d52d2de5 feat(cloudron): add tirreno package artifacts
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents
- Includes package manifest, Dockerfile, source code, documentation, and build artifacts
- Add tirreno-1761840148.tar.gz as a build artifact
- Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package
- Include all necessary files for the tirreno Cloudron package

This adds the complete tirreno Cloudron package artifacts to the repository.
2025-10-30 11:43:06 -05:00

23 lines
1.2 KiB
HTML

<div class="card events-card">
<header class="card-header">
<div class="card-header-title">{{ @AdminApi_token_management_title }}<p class="tooltip-info tooltip" title="{{ @AdminApi_token_management_title_tooltip }}"><include href="images/icons/information.svg" alt='' /></p>
</div>
</header>
<div class="card-table">
<div class="content">
<table class="table" id="usage-stats-table">
<thead>
<tr>
<th class="subscription-plan-col">{{ @AdminApi_token_management_plan_col }}</th>
<th class="subscription-status-col">{{ @AdminApi_token_management_subscription_status_col }}</th>
<th class="subscription-usage-col">{{ @AdminApi_token_management_last_period_usage_col }}</th>
<th class="billing-date-col">{{ @AdminApi_token_management_next_billed_col }}</th>
<th class="tooltip action-button-col" title="Update payment method">{{ @AdminApi_token_management_update_payment_action }}</th>
</tr>
</thead>
</table>
</div>
</div>
</div>