mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(portal): Fix order of desc and name (#6796)
Updated to match the precedent set by `new`
This commit is contained in:
@@ -191,15 +191,6 @@ defmodule Web.Resources.Edit do
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<.input
|
||||
:if={@resource.type != :internet}
|
||||
field={@form[:name]}
|
||||
type="text"
|
||||
label="Name"
|
||||
placeholder="Name this resource"
|
||||
required
|
||||
/>
|
||||
|
||||
<div :if={@resource.type != :internet}>
|
||||
<.input
|
||||
field={@form[:address_description]}
|
||||
@@ -212,6 +203,15 @@ defmodule Web.Resources.Edit do
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<.input
|
||||
:if={@resource.type != :internet}
|
||||
field={@form[:name]}
|
||||
type="text"
|
||||
label="Name"
|
||||
placeholder="Name this resource"
|
||||
required
|
||||
/>
|
||||
|
||||
<.filters_form
|
||||
:if={@resource.type != :internet}
|
||||
account={@account}
|
||||
|
||||
Reference in New Issue
Block a user