From 2ed010d3f37af2401c5c176f380e412b3c7094fd Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Tue, 26 Sep 2023 16:43:56 +0200 Subject: [PATCH] add bootType support --- component/component.js | 1 + component/template.hbs | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/component/component.js b/component/component.js index eb226e9..3da6b78 100644 --- a/component/component.js +++ b/component/component.js @@ -82,6 +82,7 @@ export default Ember.Component.extend(NodeDriver, { vmNetwork: [], vmCategories: [], project: "", + bootType: "legacy", cluster: "", insecure: true, storageContainer: "", diff --git a/component/template.hbs b/component/template.hbs index 1ab22b4..0a65aef 100644 --- a/component/template.hbs +++ b/component/template.hbs @@ -3,7 +3,6 @@ {{!-- This line shows the driver title which you don't have to change it --}}
{{driverOptionsTitle}}
-
{{driverContentTitle}}
{{#accordion-list showExpandAll=false as | al expandFn | }} @@ -128,8 +127,8 @@
-
+
+
+ +
+ {{radio-button selection=model.%%DRIVERNAME%%Config.bootType value="legacy"}} + legacy + {{radio-button selection=model.%%DRIVERNAME%%Config.bootType value="uefi"}} + uefi +
+
+
+
{{input-yaml