瀏覽代碼

Merge pull request #1913 from porter-dev/belanger/add-max-instances

Remove requirement for spot instance bid price
abelanger5 4 年之前
父節點
當前提交
e3b7673e22
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      api/server/handlers/infra/forms.go

+ 1 - 2
api/server/handlers/infra/forms.go

@@ -394,9 +394,8 @@ tabs:
     show_if: spot_instances_enabled
     contents:
     - type: string-input
-      label: Assign a bid price for the spot instance.
+      label: Assign a bid price for the spot instance (optional).
       variable: spot_price
-      required: true
       placeholder: "ex: 0.05"
 `