mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-3132] TaskList empty state doesn't respect the specification (#3440)
This commit is contained in:
parent
1de61d37f4
commit
bbe0904447
@ -28,7 +28,7 @@
|
|||||||
</adf-accordion-group>
|
</adf-accordion-group>
|
||||||
</adf-accordion>
|
</adf-accordion>
|
||||||
</div>
|
</div>
|
||||||
<div class="adf-grid-item adf-tasks-list" fxFlex.gt-md="335px" [ngClass.gt-md]="{'small-pagination': true}"
|
<div class="adf-grid-item adf-tasks-list" fxFlex.gt-md="380px" [ngClass.gt-md]="{'small-pagination': true}"
|
||||||
*ngIf="taskFilter && !isStartTaskMode()">
|
*ngIf="taskFilter && !isStartTaskMode()">
|
||||||
<adf-tasklist
|
<adf-tasklist
|
||||||
[appId]="taskFilter?.appId"
|
[appId]="taskFilter?.appId"
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"MESSAGES": {
|
"MESSAGES": {
|
||||||
"NONE": "No task lists found"
|
"TITLE": "No Tasks Found",
|
||||||
|
"SUBTITLE":"Create a new task that you want to easily find later"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PROPERTIES": {
|
"PROPERTIES": {
|
||||||
|
@ -26,8 +26,9 @@
|
|||||||
<no-content-template>
|
<no-content-template>
|
||||||
<ng-template>
|
<ng-template>
|
||||||
<adf-empty-content *ngIf="!emptyCustomContent"
|
<adf-empty-content *ngIf="!emptyCustomContent"
|
||||||
icon="assessment"
|
icon="assignment"
|
||||||
[title]="'ADF_TASK_LIST.LIST.MESSAGES.NONE' | translate">
|
[title]="'ADF_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
|
||||||
|
[subtitle]="'ADF_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate">
|
||||||
</adf-empty-content>
|
</adf-empty-content>
|
||||||
<ng-content select="adf-empty-custom-content"></ng-content>
|
<ng-content select="adf-empty-custom-content"></ng-content>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user