Compare commits
1 Commits
7730f8946c
...
8e4507b34a
| Author | SHA1 | Date |
|---|---|---|
|
|
8e4507b34a |
|
|
@ -394,6 +394,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-4 d-flex justify-content-end gap-2 flex-wrap">
|
||||||
|
<button class="btn btn-outline-secondary btn-sm" (click)="closeAllModals()">
|
||||||
|
Fechar
|
||||||
|
</button>
|
||||||
|
<button class="btn btn-primary btn-sm" (click)="onComparativo(detailData)">
|
||||||
|
<i class="bi bi-columns-gap me-1"></i> Abrir Comparativo
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-template #detailLoading>
|
<ng-template #detailLoading>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue