mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-31 08:25:35 +00:00
Update screenshot-dialog.component.html
This commit is contained in:
parent
b0b2c0718e
commit
4a180adda9
@ -1,9 +1,9 @@
|
||||
<h1 mat-dialog-title>Take a screenshot</h1>
|
||||
|
||||
<mat-radio-group class="radio-group" aria-label="Sorting">
|
||||
<!-- <mat-radio-group class="radio-group" aria-label="Sorting">
|
||||
<mat-radio-button value="1" (click)="setFiletype('svg')" checked>SVG</mat-radio-button>
|
||||
<mat-radio-button [disabled]="!isPngAvailable" value="2" (click)="setFiletype('png')">PNG</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
</mat-radio-group> -->
|
||||
|
||||
<form [formGroup]="nameForm" class="name-form">
|
||||
<mat-form-field class="name-form">
|
||||
|
Loading…
x
Reference in New Issue
Block a user