mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-11 04:52:59 +00:00
10 lines
307 B
HTML
10 lines
307 B
HTML
<div class="header">
|
|
<div>Confirm ?</div>
|
|
<div>Removing: {{data.name}}</div>
|
|
</div>
|
|
<div class="button">
|
|
<button mat-button mat-raised-button color="primary" (click)="onCancel()">No, cancel</button>
|
|
<button mat-button mat-raised-button color="warn"(click)="onConfirm()">Yes, remove</button>
|
|
</div>
|
|
|