[ACA-770] Long file names break the application (#98)

This commit is contained in:
Cilibiu Bogdan
2017-11-29 22:34:25 +02:00
committed by Denys Vuika
parent 441a1e2173
commit deaed1b81a
9 changed files with 53 additions and 91 deletions

View File

@@ -98,12 +98,9 @@
</data-column>
<data-column
class="adf-data-table-cell--ellipsis__name"
key="name"
class="app-name-column"
title="APP.DOCUMENT_LIST.COLUMNS.NAME">
<ng-template let-value="value" let-context>
<span title="{{ context?.row?.obj | adfNodeNameTooltip }}">{{ value }}</span>
</ng-template>
</data-column>
<data-column
@@ -130,7 +127,7 @@
</data-columns>
</adf-document-list>
<adf-pagination
<adf-pagination [ngClass]="{'no-border' : documentList.isEmpty()}"
[target]="documentList"
(changePageSize)="onChangePageSize($event)">
</adf-pagination>