Просмотр исходного кода

don't make spot instance bid price required

Alexander Belanger 4 лет назад
Родитель
Сommit
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"
 `