diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index 913b1c63..1325c7ed 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -21,26 +21,26 @@ Create New Agent <.form for={@agent_form} phx-submit="create_agent"> -
-
- <.input - field={@agent_form[:name]} - type="text" - label="Agent Name" - placeholder="e.g., Datacenter A" - required - /> +
+ <.input + field={@agent_form[:name]} + type="text" + label="Agent Name" + placeholder="e.g., Datacenter A" + required + /> +
+ <.button type="submit" variant="primary"> + Create Agent + +
- <.button type="submit" variant="primary"> - Create Agent - -