mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-07 11:08:37 +00:00
Resolved "Remove GNS3 VM specific code #1161"
This commit is contained in:
parent
2121d29a9e
commit
f7ba01211e
@ -129,13 +129,13 @@
|
|||||||
<mat-step *ngIf="applianceToInstall">
|
<mat-step *ngIf="applianceToInstall">
|
||||||
<ng-template matStepLabel>{{ secondActionTitle }}</ng-template>
|
<ng-template matStepLabel>{{ secondActionTitle }}</ng-template>
|
||||||
|
|
||||||
<mat-card [hidden]="!(!isLinuxPlatform && !applianceToInstall.dynamips)">
|
<!-- <mat-card [hidden]="!(!isLinuxPlatform && !applianceToInstall.dynamips)">
|
||||||
Please configure GNS3 VM to install selected appliance
|
Please configure GNS3 VM to install selected appliance
|
||||||
</mat-card>
|
</mat-card> -->
|
||||||
|
|
||||||
<mat-card [hidden]="!(isLinuxPlatform || applianceToInstall.dynamips)">
|
<mat-card [hidden]="!(!isLinuxPlatform || applianceToInstall.dynamips)">
|
||||||
<div *ngIf="applianceToInstall.qemu">
|
<div *ngIf="applianceToInstall.qemu">
|
||||||
<div>
|
<!-- <div>
|
||||||
Server type<br />
|
Server type<br />
|
||||||
<mat-radio-group class="radio-group">
|
<mat-radio-group class="radio-group">
|
||||||
<mat-radio-button
|
<mat-radio-button
|
||||||
@ -147,7 +147,7 @@
|
|||||||
>Install the appliance locally</mat-radio-button
|
>Install the appliance locally</mat-radio-button
|
||||||
>
|
>
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div> -->
|
||||||
<div>
|
<div>
|
||||||
Qemu binary<br />
|
Qemu binary<br />
|
||||||
<mat-select
|
<mat-select
|
||||||
@ -321,7 +321,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="applianceToInstall.docker">
|
<div *ngIf="applianceToInstall.docker">
|
||||||
<div>
|
<!-- <div>
|
||||||
Server type<br />
|
Server type<br />
|
||||||
<mat-radio-group class="radio-group">
|
<mat-radio-group class="radio-group">
|
||||||
<mat-radio-button
|
<mat-radio-button
|
||||||
@ -333,14 +333,14 @@
|
|||||||
>Install the appliance locally</mat-radio-button
|
>Install the appliance locally</mat-radio-button
|
||||||
>
|
>
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div> -->
|
||||||
<button mat-raised-button color="primary" (click)="createDockerTemplate()" class="create-button">
|
<button mat-raised-button color="primary" (click)="createDockerTemplate()" class="create-button">
|
||||||
Create docker template
|
Create docker template
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="applianceToInstall.dynamips">
|
<div *ngIf="applianceToInstall.dynamips">
|
||||||
<div>
|
<!-- <div>
|
||||||
Server type<br />
|
Server type<br />
|
||||||
<mat-radio-group class="radio-group">
|
<mat-radio-group class="radio-group">
|
||||||
<mat-radio-button
|
<mat-radio-button
|
||||||
@ -351,7 +351,7 @@
|
|||||||
>Install the appliance locally</mat-radio-button
|
>Install the appliance locally</mat-radio-button
|
||||||
>
|
>
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div> -->
|
||||||
<div>
|
<div>
|
||||||
Install required files
|
Install required files
|
||||||
<button
|
<button
|
||||||
@ -389,7 +389,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="applianceToInstall.iou">
|
<div *ngIf="applianceToInstall.iou">
|
||||||
<div>
|
<!-- <div>
|
||||||
Server type<br />
|
Server type<br />
|
||||||
<mat-radio-group class="radio-group">
|
<mat-radio-group class="radio-group">
|
||||||
<mat-radio-button
|
<mat-radio-button
|
||||||
@ -401,7 +401,7 @@
|
|||||||
>Install the appliance locally</mat-radio-button
|
>Install the appliance locally</mat-radio-button
|
||||||
>
|
>
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
</div>
|
</div> -->
|
||||||
<div>
|
<div>
|
||||||
Install required files
|
Install required files
|
||||||
<button
|
<button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user