mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-3041] - Task List Empty State Issue (#3408)
This commit is contained in:
parent
08165d6fd4
commit
2bf82eeae2
@ -18,11 +18,3 @@ alfresco-datatable ::ng-deep .cell-value{
|
|||||||
margin-left: calc((100% - 100px) / 2);
|
margin-left: calc((100% - 100px) / 2);
|
||||||
margin-right: calc((100% - 100px) / 2);
|
margin-right: calc((100% - 100px) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-content-message {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
opacity: 0.54;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<div *ngIf="!requestNode">{{ 'ADF_TASK_LIST.FILTERS.MESSAGES.NONE' | translate }}</div>
|
<div *ngIf="!requestNode">{{ 'ADF_TASK_LIST.FILTERS.MESSAGES.NONE' | translate }}</div>
|
||||||
<div *ngIf="requestNode">
|
<ng-container *ngIf="requestNode">
|
||||||
<div>
|
|
||||||
<adf-datatable
|
<adf-datatable
|
||||||
[data]="data"
|
[data]="data"
|
||||||
[sorting]="dataSort"
|
[sorting]="dataSort"
|
||||||
@ -31,5 +30,4 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</no-content-template>
|
</no-content-template>
|
||||||
</adf-datatable>
|
</adf-datatable>
|
||||||
</div>
|
</ng-container>
|
||||||
</div>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user