Skip to content

Commit 91c8984

Browse files
committed
update
1 parent d5bca69 commit 91c8984

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vuepress/public/cfg/service_desk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,8 +1081,8 @@ request_new_gpu:
10811081
key: "storage_type",
10821082
field: "autocompleteone",
10831083
options: [
1084-
{ text: "Regular", value: "regular" },
10851084
{ text: "Fast storage (NVME)", value: "nvme" },
1085+
{ text: "Regular", value: "regular" },
10861086
]
10871087
},
10881088
{
@@ -1129,7 +1129,7 @@ request_blue_fleet:
11291129
11301130
fields: [
11311131
{ 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 },
11331133
{ 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" },
11341134
{ 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 },
11351135
]

0 commit comments

Comments
 (0)