mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix name of file in unsupported notification
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div *ngIf="isImage()" ><img src="{{urlFile}}" id="viewer-image" class="center-element viewer-image"/></div>
|
<div *ngIf="isImage()" ><img src="{{urlFile}}" id="viewer-image" class="center-element viewer-image"/></div>
|
||||||
<div *ngIf="notSupportedExtension()">
|
<div *ngIf="notSupportedExtension()">
|
||||||
<not-supported-format [urlFile]="urlFile" [displayName]="displayName" ></not-supported-format>
|
<not-supported-format [urlFile]="urlFile" [nameFile]="displayName" ></not-supported-format>
|
||||||
</div>
|
</div>
|
||||||
<!-- End View Switch -->
|
<!-- End View Switch -->
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user