Skip to content

Commit

Permalink
Fix the value of the binary to profile in the admin
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Nov 5, 2024
1 parent 59c9440 commit d94ded1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/admin/templates/add_new_executions.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
name="binaryToProfile"
>
<option value="" disabled selected>Select a binary</option>
<option value="binary1">vtgate</option>
<option value="binary2">vttablet</option>
<option value="vtgate">vtgate</option>
<option value="vttablet">vttablet</option>
</select>

<label class="label">Profile Mode</label>
Expand Down

0 comments on commit d94ded1

Please sign in to comment.