diff --git a/app/components/machine/driver-other/template.hbs b/app/components/machine/driver-other/template.hbs index 8125542e2..f44571cde 100644 --- a/app/components/machine/driver-other/template.hbs +++ b/app/components/machine/driver-other/template.hbs @@ -9,27 +9,17 @@ {{/if}} -
- {{t 'machine.driverOther.driverSection'}} -
+
+

{{t 'machine.driverOther.driverSection'}}

+ + {{new-select + classNames="form-control" + content=otherChoices + value=otherDriver + }} -
-
- -
-
- {{new-select - classNames="form-control" - content=otherChoices - value=otherDriver - }} -
-
- -
- {{t 'machine.driverOther.optionsSection' driverName=(str-replace driver match="Config" with="")}} -
+

{{t 'machine.driverOther.optionsSection' driverName=(str-replace driver match="Config" with="")}}

{{#each fieldNames as |fieldName|}} {{api-field resource=driverOpts @@ -40,6 +30,8 @@ typeDocs=typeDocumentations }} {{/each}} +
+ {{partial "host/add-options"}} diff --git a/app/styles/layout/_layout.scss b/app/styles/layout/_layout.scss index 80a24370c..06364b693 100644 --- a/app/styles/layout/_layout.scss +++ b/app/styles/layout/_layout.scss @@ -84,6 +84,7 @@ MAIN { border-bottom: solid 2px darken($border, 5%); margin-bottom: 10px; padding-bottom: 5px; + text-transform: capitalize; } &.bg-secondary {