mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1245] Document List - pagination is missing (#260)
* refactor styling * disable :hoover in empty folders content
This commit is contained in:
committed by
Denys Vuika
parent
c8ace1f5f1
commit
330b795aa6
@@ -101,18 +101,18 @@
|
||||
</adf-toolbar>
|
||||
</div>
|
||||
|
||||
<div [attr.class]="isValidPath ? 'content--hide' : 'inner-layout__content'">
|
||||
<div [attr.class]="isValidPath ? 'inner-layout__content--hide' : 'inner-layout__content'">
|
||||
<app-generic-error></app-generic-error>
|
||||
</div>
|
||||
|
||||
<div [attr.class]="!isValidPath ? 'content--hide' : 'inner-layout__content'">
|
||||
<div class="inner-layout__panel">
|
||||
<div [attr.class]="!isValidPath ? 'inner-layout__content--hide' : 'inner-layout__content'">
|
||||
<div class="inner-layout__panel" [ngClass]="{'adf-document-list--loading': isLoading}">
|
||||
<adf-upload-drag-area
|
||||
[parentId]="node?.id"
|
||||
[disabled]="!canCreateContent(node)">
|
||||
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'empty-list' : ''"
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
[loading]="isLoading"
|
||||
[node]="paging"
|
||||
[sorting]="sorting"
|
||||
|
Reference in New Issue
Block a user