Update new-template-dialog.component.html

This commit is contained in:
piotrpekala7 2020-07-22 14:14:37 +02:00
parent 1f6f81a02e
commit 2c9ea028d7

View File

@ -181,7 +181,7 @@
<div>
Server type<br/>
<mat-radio-group class="radio-group">
<mat-radio-button [disabled]="true" class="radio-button" value="1" (click)="setServerType('local')">Install the appliance locally</mat-radio-button>
<mat-radio-button class="radio-button" value="1" (click)="setServerType('local')">Install the appliance locally</mat-radio-button>
<mat-radio-button class="radio-button" value="2" checked (click)="setServerType('gns3 vm')">Install the appliance on the GNS3 VM</mat-radio-button>
</mat-radio-group>
</div>