repository/shared/columns/file.cell-renderer.component.ts

Metadata

Relationships

Used by

No results matching.

<small
  title="{{ getBinaryName(context.item) | async }}"
  *ngIf="isBinaryFile(); else noFile"
>
  {{ getBinaryName(context.item) | async }}
</small>
<ng-template #noFile>
  <small title="{{ context.item?.url }}">
    {{ context.item?.url }}
  </small>
</ng-template>

results matching ""

    No results matching ""