mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 15:34:37 +08:00
Correct cookie field label (#1837)
This commit is contained in:
parent
adc1cfe888
commit
a98fce7e92
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ defmodule LivebookWeb.SessionLive.AttachedLive do
|
|||
>
|
||||
<div class="flex flex-col space-y-4">
|
||||
<.text_field field={f[:name]} label="Name" placeholder={name_placeholder()} />
|
||||
<.text_field field={f[:cookie]} label="Name" placeholder="mycookie" />
|
||||
<.text_field field={f[:cookie]} label="Cookie" placeholder="mycookie" />
|
||||
</div>
|
||||
<button class="mt-5 button-base button-blue" type="submit" disabled={not data_valid?(@data)}>
|
||||
<%= if(matching_runtime?(@current_runtime, @data), do: "Reconnect", else: "Connect") %>
|
||||
|
|
Loading…
Add table
Reference in a new issue