All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.campaign.components.campaign-list.campaign-list.component.html Maven / Gradle / Ivy

The newest version!

@if ( !isSelectAll()) { } @if (isSelectAll()) { }
@for (tag of tagFilter.all(); track tag) {
}
@if (viewedCampaigns.length > 0) {
@for (campaign of (viewedCampaigns | searchTextPipe : campaignFilter:campaignFilterAttributes); track campaign.id) { }
{{campaign.title}} @if (jiraMap.has(campaign.id.toString())) { } @if (campaign.tags.length <= 3) { @for (tag of campaign.tags; track tag) { {{tag}} } } @if (campaign.tags.length > 3) { @for (tag of campaign.tags | slice:0:2; track tag) { {{tag}} } }
} @if (campaigns.length == 0) {
{{ 'campaigns.list.empty' | translate }}
}
@if (scheduledCampaigns.length > 0) {

{{ 'campaigns.list.executions.next' | translate }}

} @if (scheduledCampaigns.length > 0) {
@for (scheduledCampaign of scheduledCampaigns; track scheduledCampaign.id) { }
#{{scheduledCampaign.campaignId}} @if (isFrequencyCampaign(scheduledCampaign)) { } - {{scheduledCampaign.campaignsTitle}} {{scheduledCampaign.schedulingDate | amLocal | amDateFormat: 'YYYY-MM-DD HH:mm'}}
}

{{ 'campaigns.list.executions.last' | translate }}

@if (campaigns.length > 0) {
@for (report of lastCampaignReports; track $index) { }
{{ toIsoDate(report.startDate) | amDateFormat: 'DD MMM. YYYY HH:mm' }} {{ report.campaignName }} {{ report.duration | duration:'short'}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy