From be23a6c28c3c5b0a46fa0afeb1f48d36a7dde0d9 Mon Sep 17 00:00:00 2001 From: Cody Jackson Date: Mon, 8 Nov 2021 15:30:12 -0700 Subject: [PATCH] Adding the plan field to the azure driver rancher/dashboard#4503 --- .../addon/components/driver-azure/template.hbs | 15 +++++++++++++++ translations/en-us.yaml | 3 +++ 2 files changed, 18 insertions(+) diff --git a/lib/nodes/addon/components/driver-azure/template.hbs b/lib/nodes/addon/components/driver-azure/template.hbs index 39906a550..5b3c738c4 100644 --- a/lib/nodes/addon/components/driver-azure/template.hbs +++ b/lib/nodes/addon/components/driver-azure/template.hbs @@ -119,6 +119,21 @@ }} + +
+
+ + {{input + type="text" + value=config.plan + id="input-plan" + classNames="form-control" + placeholder=(t "nodeDriver.azure.plan.placeholder") + }} +
+
{{/accordion-list-item}} {{#accordion-list-item diff --git a/translations/en-us.yaml b/translations/en-us.yaml index 6b56229db..bd42d2248 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -9506,6 +9506,9 @@ nodeDriver: label: Fault Domain Count placeholder: e.g. 3 helpText: If the availability set has already been created, the fault domain count will be ignored. + plan: + label: Purchase Plan + placeholder: publisher:product:plan size: label: Size dockerPort: