Skip to content

Commit 90d8763

Browse files
authored
Merge pull request #613 from vitessio/fix-binary-selection
Fix the value of the binary to profile in the admin
2 parents 59c9440 + d94ded1 commit 90d8763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/admin/templates/add_new_executions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
name="binaryToProfile"
137137
>
138138
<option value="" disabled selected>Select a binary</option>
139-
<option value="binary1">vtgate</option>
140-
<option value="binary2">vttablet</option>
139+
<option value="vtgate">vtgate</option>
140+
<option value="vttablet">vttablet</option>
141141
</select>
142142

143143
<label class="label">Profile Mode</label>

0 commit comments

Comments
 (0)