You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vuepress/public/cfg/service_desk.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1081,8 +1081,8 @@ request_new_gpu:
1081
1081
key: "storage_type",
1082
1082
field: "autocompleteone",
1083
1083
options: [
1084
-
{ text: "Regular", value: "regular" },
1085
1084
{ text: "Fast storage (NVME)", value: "nvme" },
1085
+
{ text: "Regular", value: "regular" },
1086
1086
]
1087
1087
},
1088
1088
{
@@ -1129,7 +1129,7 @@ request_blue_fleet:
1129
1129
1130
1130
fields: [
1131
1131
{ label: "Lab name", key: "lab_name", pattern: "[-a-z0-9]{3,}", hint: "Lab name should include only lowercase letters a-z, 0-9, or dash.", autocapitalize: "off", field: "textfield" },
1132
-
{ label: "Number of machines", hint: "Field should include only numbers", key: "number", min: 1, max: 100, step: 1, field: "number", default: 1 },
1132
+
{ label: "Number of machines", hint: "Field should include only numbers", key: "number", min: 2, max: 100, step: 1, field: "number", default: 2 },
1133
1133
{ label: "Machine type", key: "machine_type", default: "default.b2", pattern: "(default).[a-z][0-9]", hint: "Machine type should include only lowercase letters a-z, 0-9.", field: "textfield" },
1134
1134
{ label: "Storage size per machine (in terabytes)", key: "terabytes", hint: "Field should include only numbers", suffix: "TB", min: 1, max: 25, step: 1, field: "number", default: 1 },
0 commit comments