- 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.
37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<div class="main-graph separate-graph">
|
|
<check if="false !== strpos(@CURRENT_PATH, 'country')">
|
|
<true>
|
|
<include href="templates/parts/forms/filtersForm.html" />
|
|
</true>
|
|
</check>
|
|
<div id="world-map-markers"></div>
|
|
</div>
|
|
<div class="card events-card">
|
|
<header class="card-header">
|
|
<div class="card-header-title">
|
|
{{ @AdminCountries_map_title }}
|
|
<span>⋯</span><p class="tooltip-info tooltip" title="{{ @AdminCountries_map_title_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
|
</p>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="card-table">
|
|
<div class="content">
|
|
|
|
<include href="templates/parts/forms/searchForm.html" />
|
|
<table class="table" id="countries-table">
|
|
<thead>
|
|
<tr>
|
|
<th class="tooltip country-country-col" title="{{ @Base_table_column_country_tooltip_countries }}">{{ @Base_table_column_country }}</th>
|
|
<th class="tooltip country-iso-col" title="{{ @Base_table_column_country_code_tooltip }}">{{ @Base_table_column_country_code }}</th>
|
|
<th class="tooltip country-cnt-col" title="{{ @Base_table_column_total_users_tooltip_countries }}">{{ @Base_table_column_total_users }}</th>
|
|
<th class="tooltip country-cnt-col" title="{{ @Base_table_column_total_actions_tooltip_countries }}">{{ @Base_table_column_total_actions }}</th>
|
|
<th class="tooltip country-cnt-col" title="{{ @Base_table_column_total_ips_tooltip_countries }}">{{ @Base_table_column_total_ips }}</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|