فهرست منبع

don't make spot instance bid price required

Alexander Belanger 4 سال پیش
والد
کامیت
367eef720c
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"
 `