mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-22 08:30:09 +00:00
.
This commit is contained in:
@ -55,7 +55,6 @@
|
|||||||
<div class="row" *ngFor="let img of selectFile; let i = index">
|
<div class="row" *ngFor="let img of selectFile; let i = index">
|
||||||
<mat-title> {{ i + 1 }}. {{ img?.name }} </mat-title>
|
<mat-title> {{ i + 1 }}. {{ img?.name }} </mat-title>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="isExistImage">
|
<div *ngIf="isExistImage">
|
||||||
<div mat-dialog-content>
|
<div mat-dialog-content>
|
||||||
|
Reference in New Issue
Block a user