migrate the NodeNameTooltipPipe

This commit is contained in:
Denys Vuika
2017-11-01 14:49:52 +00:00
parent 6c1397d31f
commit 6b0b449c25
8 changed files with 6 additions and 234 deletions

View File

@@ -116,7 +116,7 @@
class="app-name-column"
title="APP.DOCUMENT_LIST.COLUMNS.NAME">
<ng-template let-value="value" let-context>
<span title="{{ context?.row?.obj | nodeNameTooltip }}">{{ value }}</span>
<span title="{{ context?.row?.obj | adfNodeNameTooltip }}">{{ value }}</span>
</ng-template>
</data-column>