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.
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<check if="isset(@lastseen) && !empty(@lastseen)">
|
||||
<div class="lastseen is-hidden">{{ @lastseen }}</div>
|
||||
</check>
|
||||
|
||||
<div class="headline">
|
||||
<check if="isset(@isUserPage)">
|
||||
<true>
|
||||
<include href="templates/parts/userBlock.html" with="title={{@title}}"/>
|
||||
</true>
|
||||
<false>
|
||||
<check if="isset(@country) && !empty(@country)">
|
||||
<true>
|
||||
{~
|
||||
$ICON_PATH = in_array($country['iso'], [null, 'N/A', 'AN', 'CS', 'YU']) ? 'icons/null.svg' : 'flags/'.strtolower($country['iso']).'.svg';
|
||||
~}
|
||||
<check if="{{ isset(@type) && isset(@id) && isset(@dataIncomplete) && @dataIncomplete }}">
|
||||
<true>
|
||||
<h1 class="title grey-title"><img src="/ui/images/{{ @ICON_PATH }}" class="country-flag" alt="{{@country.iso}}">{{ @title }}<include href="templates/parts/forms/enrichmentButtonForm.html" with="type={{@type}}, entityId={{@id}}"/></h1>
|
||||
</true>
|
||||
<false>
|
||||
<h1 class="title grey-title"><img src="/ui/images/{{ @ICON_PATH }}" class="country-flag" alt="{{@country.iso}}">{{ @title }}</h1>
|
||||
</false>
|
||||
</check>
|
||||
</true>
|
||||
<false>
|
||||
<check if="{{ isset(@type) && isset(@id) && isset(@dataIncomplete) && @dataIncomplete }}">
|
||||
<true>
|
||||
<h1 class="title grey-title">{{ @title }}<include href="templates/parts/forms/enrichmentButtonForm.html" with="type={{@type}}, entityId={{@id}}"/></h1>
|
||||
</true>
|
||||
<false>
|
||||
<h1 class="title grey-title">{{ @title }}</h1>
|
||||
</false>
|
||||
</check>
|
||||
</false>
|
||||
</check>
|
||||
</false>
|
||||
</check>
|
||||
|
||||
<check if="isset(@subtitle) && !empty(@subtitle)">
|
||||
<div class="subtitle">{{ @subtitle }}</div>
|
||||
</check>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user