Removing fields related to gns3 vm from templates

This commit is contained in:
piotrpekala7
2021-06-10 15:50:13 +02:00
parent 8e93fa9d36
commit 21dfa56b17
16 changed files with 21 additions and 166 deletions

View File

@ -7,18 +7,11 @@
<div class="default-content">
<div class="container mat-elevation-z8">
<mat-vertical-stepper [linear]="true">
<mat-step label="Server type" [completed]="isGns3VmChosen || isLocalComputerChosen">
<mat-step label="Server type" [completed]="isLocalComputerChosen">
<mat-radio-group class="radio-group">
<mat-radio-button class="radio-button" value="1" (click)="setServerType('local')" checked
>Run this QEMU VM locally</mat-radio-button
>
<mat-radio-button
[disabled]="!isGns3VmAvailable"
class="radio-button"
value="2"
(click)="setServerType('gns3 vm')"
>Run this QEMU VM on the GNS3 VM</mat-radio-button
>
</mat-radio-group>
</mat-step>