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