mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 06:20:59 +00:00
8 lines
300 B
HTML
8 lines
300 B
HTML
<span class="message">{{ message }}</span>
|
|
<div mat-dialog-actions>
|
|
<button mat-button class="cancelButton" (click)="onNoClick()" color="accent">No</button>
|
|
<button mat-button class="confirmButton" (click)="onYesClick()" tabindex="2" mat-raised-button color="primary">
|
|
Yes
|
|
</button>
|
|
</div>
|